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

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

Issue 2659183002: [RootLayerScrolls] Fix frame scrolling layer in ScrollingCoordinator (Closed)
Patch Set: nit scratched 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 53a5b52e56ef8910b481493d92f9a1e80fc891b9..87bb281ccff57b105c3f128336bc70b21f6c845e 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