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

Unified Diff: Source/core/layout/LayerScrollableArea.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/LayerScrollableArea.h
diff --git a/Source/core/layout/LayerScrollableArea.h b/Source/core/layout/LayerScrollableArea.h
index 9968f472f74f2bdef9a512d488408fff6ddbcb61..fb9b33019f2bbac4a2b7330bb3383263d519620f 100644
--- a/Source/core/layout/LayerScrollableArea.h
+++ b/Source/core/layout/LayerScrollableArea.h
@@ -172,7 +172,7 @@ public:
DoubleSize adjustedScrollOffset() const { return DoubleSize(scrollXOffset(), scrollYOffset()); }
- void positionOverflowControls(const IntSize& offsetFromRoot);
+ void positionOverflowControls();
// isPointInResizeControl() is used for testing if a pointer/touch position is in the resize control
// area.

Powered by Google App Engine
This is Rietveld 408576698