Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1275)

Unified Diff: Source/core/paint/LayerFixedPositionRecorder.h

Issue 1284203004: Generate scroll/clip display item hierarchy for SPv2 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix failing test. Update test expectation. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/paint/LayerFixedPositionRecorder.h
diff --git a/Source/core/paint/LayerFixedPositionRecorder.h b/Source/core/paint/LayerFixedPositionRecorder.h
index 3037554556299e57fd4cf31682c3363ca44c63ea..ac9663c5bf7941d03411e4649f63babc9c39c196 100644
--- a/Source/core/paint/LayerFixedPositionRecorder.h
+++ b/Source/core/paint/LayerFixedPositionRecorder.h
@@ -15,14 +15,12 @@ class LayoutBoxModelObject;
class LayerFixedPositionRecorder {
WTF_MAKE_FAST_ALLOCATED(LayerFixedPositionRecorder);
public:
- explicit LayerFixedPositionRecorder(GraphicsContext&, const LayoutBoxModelObject&);
+ explicit LayerFixedPositionRecorder(GraphicsContext&, const LayoutBoxModelObject&, const LayoutBoxModelObject& anchor);
~LayerFixedPositionRecorder();
private:
GraphicsContext& m_graphicsContext;
const LayoutBoxModelObject& m_layoutObject;
- bool m_isFixedPosition;
- bool m_isFixedPositionContainer;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698