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

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: NeedsRebaseline 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 24d3f50a201002c1d4f3811194e2e5a956e2d2a4..a6e46a1ae9a6927f5bae8f821a95118820ff3d97 100644
--- a/Source/core/layout/LayerScrollableArea.h
+++ b/Source/core/layout/LayerScrollableArea.h
@@ -171,7 +171,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