summaryrefslogtreecommitdiffstats
path: root/gfx/layers/composite/AsyncCompositionManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/layers/composite/AsyncCompositionManager.h')
-rw-r--r--gfx/layers/composite/AsyncCompositionManager.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gfx/layers/composite/AsyncCompositionManager.h b/gfx/layers/composite/AsyncCompositionManager.h
index 4ec49b1a9..98aaa964e 100644
--- a/gfx/layers/composite/AsyncCompositionManager.h
+++ b/gfx/layers/composite/AsyncCompositionManager.h
@@ -238,14 +238,6 @@ private:
LayerTransformRecorder mLayerTransformRecorder;
TimeStamp mPreviousFrameTimeStamp;
-
-#ifdef MOZ_WIDGET_ANDROID
- // The following two fields are only needed on Fennec with C++ APZ, because
- // then we need to reposition the gecko scrollbar to deal with the
- // dynamic toolbar shifting content around.
- FrameMetrics::ViewID mRootScrollableId;
- ScreenMargin mFixedLayerMargins;
-#endif
};
MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS(AsyncCompositionManager::TransformsToSkip)