mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
Issue #80 - De-unify layout/base
This commit is contained in:
parent
e1b11805a7
commit
118743b970
12 changed files with 43 additions and 15 deletions
|
|
@ -58,6 +58,7 @@
|
|||
#include "nsNameSpaceManager.h" // for Pref-related rule management (bugs 22963,20760,31816)
|
||||
#include "nsFrame.h"
|
||||
#include "FrameLayerBuilder.h"
|
||||
#include "FrameMetrics.h" // for ViewID
|
||||
#include "nsViewManager.h"
|
||||
#include "nsView.h"
|
||||
#include "nsCRTGlue.h"
|
||||
|
|
@ -162,11 +163,12 @@
|
|||
|
||||
#endif
|
||||
|
||||
#include "mozilla/layers/CompositorBridgeChild.h"
|
||||
#include "GeckoProfiler.h"
|
||||
#include "gfxPlatform.h"
|
||||
#include "Layers.h"
|
||||
#include "LayerTreeInvalidation.h"
|
||||
#include "ClientLayerManager.h"
|
||||
#include "mozilla/layers/CompositorBridgeChild.h"
|
||||
#include "mozilla/css/ImageLoader.h"
|
||||
#include "mozilla/dom/DocumentTimeline.h"
|
||||
#include "mozilla/Preferences.h"
|
||||
|
|
@ -221,6 +223,8 @@ using namespace mozilla::gfx;
|
|||
using namespace mozilla::layout;
|
||||
using PaintFrameFlags = nsLayoutUtils::PaintFrameFlags;
|
||||
|
||||
typedef FrameMetrics::ViewID ViewID;
|
||||
|
||||
CapturingContentInfo nsIPresShell::gCaptureInfo =
|
||||
{ false /* mAllowed */, false /* mPointerLock */, false /* mRetargetToElement */,
|
||||
false /* mPreventDrag */ };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue