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

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollableArea.h

Issue 2651793012: [RootLayerScrolls] Annotate non-fast-scroll regions to correct layer (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/platform/scroll/ScrollableArea.h
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
index f5f6a86dd3463eda42ea8a71a86622a9c72d28ce..4df2ffb0bfe153c7fc401710cabc6afbd4c38a90 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
@@ -41,6 +41,7 @@
namespace blink {
+class ClientRectList;
class CompositorAnimationHost;
class CompositorAnimationTimeline;
class GraphicsLayer;
@@ -306,6 +307,8 @@ class PLATFORM_EXPORT ScrollableArea : public GarbageCollectedMixin {
void cancelScrollAnimation();
virtual void cancelProgrammaticScrollAnimation();
+ virtual ClientRectList* nonFastScrollableRects() const { return 0; }
+
virtual ~ScrollableArea();
// Called when any of horizontal scrollbar, vertical scrollbar and scroll

Powered by Google App Engine
This is Rietveld 408576698