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

Unified Diff: third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h

Issue 1636563003: Put rare PaintLayer fields into PaintLayerRareData (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/page/scrolling/ScrollingCoordinator.h
diff --git a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
index 882605d927cdb2a79c8410524970004213c4463a..132cc2dad43c2eab07340825923e9e086244768d 100644
--- a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
+++ b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
@@ -110,8 +110,8 @@ public:
void touchEventTargetRectsDidChange();
void willDestroyLayer(PaintLayer*);
- void updateScrollParentForGraphicsLayer(GraphicsLayer* child, PaintLayer* parent);
- void updateClipParentForGraphicsLayer(GraphicsLayer* child, PaintLayer* parent);
+ void updateScrollParentForGraphicsLayer(GraphicsLayer* child, const PaintLayer* parent);
+ void updateClipParentForGraphicsLayer(GraphicsLayer* child, const PaintLayer* parent);
static String mainThreadScrollingReasonsAsText(MainThreadScrollingReasons);
String mainThreadScrollingReasonsAsText() const;

Powered by Google App Engine
This is Rietveld 408576698