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

Unified Diff: Source/core/layout/compositing/CompositedLayerMapping.h

Issue 949303002: Fix invalidation during painting of scrollbars (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: TestExpectations Created 5 years, 10 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/layout/compositing/CompositedLayerMapping.h
diff --git a/Source/core/layout/compositing/CompositedLayerMapping.h b/Source/core/layout/compositing/CompositedLayerMapping.h
index 64bd7c6c7a8fadf0f193bd81da4ca19da9c071ef..3d7394dd314f13628f0299ebde73dc47925e1556 100644
--- a/Source/core/layout/compositing/CompositedLayerMapping.h
+++ b/Source/core/layout/compositing/CompositedLayerMapping.h
@@ -127,7 +127,7 @@ public:
LayoutRect compositedBounds() const { return m_compositedBounds; }
IntRect pixelSnappedCompositedBounds() const;
- void positionOverflowControlsLayers(const IntSize& offsetFromRoot);
+ void positionOverflowControlsLayers();
bool hasUnpositionedOverflowControlsLayers() const;
// Returns true if the assignment actually changed the assigned squashing layer.

Powered by Google App Engine
This is Rietveld 408576698