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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h

Issue 2659183002: [RootLayerScrolls] Fix frame scrolling layer in ScrollingCoordinator (Closed)
Patch Set: Created 3 years, 11 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: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
index 43d74b9bcddbf05213d01f42072244948742e7b3..209e6893c7e31085bdc762a33e05f6a8dd32a890 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
@@ -280,6 +280,7 @@ class CORE_EXPORT PaintLayerScrollableArea final
int visibleHeight() const override;
int visibleWidth() const override;
IntSize contentsSize() const override;
+ bool isScrollable() const override;
IntPoint lastKnownMousePosition() const override;
bool scrollAnimatorEnabled() const override;
bool shouldSuspendScrollAnimations() const override;

Powered by Google App Engine
This is Rietveld 408576698