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

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

Issue 898783003: Move rendering/RenderLayer* to layout/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « Source/core/page/SpatialNavigation.cpp ('k') | Source/core/page/scrolling/ScrollingCoordinator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/scrolling/ScrollingCoordinator.h
diff --git a/Source/core/page/scrolling/ScrollingCoordinator.h b/Source/core/page/scrolling/ScrollingCoordinator.h
index 57cc22a46ab8668d93b84df4cd49d7fbce63076c..84e79dde36ec7cbdadf285f5bc264f63de1ace2b 100644
--- a/Source/core/page/scrolling/ScrollingCoordinator.h
+++ b/Source/core/page/scrolling/ScrollingCoordinator.h
@@ -99,12 +99,12 @@ public:
bool scrollableAreaScrollLayerDidChange(ScrollableArea*);
void scrollableAreaScrollbarLayerDidChange(ScrollableArea*, ScrollbarOrientation);
void setLayerIsContainerForFixedPositionLayers(GraphicsLayer*, bool);
- void updateLayerPositionConstraint(RenderLayer*);
+ void updateLayerPositionConstraint(Layer*);
void touchEventTargetRectsDidChange();
- void willDestroyRenderLayer(RenderLayer*);
+ void willDestroyLayer(Layer*);
- void updateScrollParentForGraphicsLayer(GraphicsLayer* child, RenderLayer* parent);
- void updateClipParentForGraphicsLayer(GraphicsLayer* child, RenderLayer* parent);
+ void updateScrollParentForGraphicsLayer(GraphicsLayer* child, Layer* parent);
+ void updateClipParentForGraphicsLayer(GraphicsLayer* child, Layer* parent);
static String mainThreadScrollingReasonsAsText(MainThreadScrollingReasons);
String mainThreadScrollingReasonsAsText() const;
@@ -150,7 +150,7 @@ private:
using ScrollbarMap = HashMap<ScrollableArea*, OwnPtr<blink::WebScrollbarLayer>>;
ScrollbarMap m_horizontalScrollbars;
ScrollbarMap m_verticalScrollbars;
- HashSet<const RenderLayer*> m_layersWithTouchRects;
+ HashSet<const Layer*> m_layersWithTouchRects;
bool m_wasFrameScrollable;
MainThreadScrollingReasons m_lastMainThreadScrollingReasons;
« no previous file with comments | « Source/core/page/SpatialNavigation.cpp ('k') | Source/core/page/scrolling/ScrollingCoordinator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698