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

Unified Diff: Source/core/rendering/ClipRectsCache.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/paint/ViewDisplayListTest.cpp ('k') | Source/core/rendering/InlineFlowBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/ClipRectsCache.h
diff --git a/Source/core/rendering/ClipRectsCache.h b/Source/core/rendering/ClipRectsCache.h
index fbba0ec056d4f3c25d755677dab18105e8a308d9..73b4b5c81066d559d3e484e08cc9dc00ba43bc1b 100644
--- a/Source/core/rendering/ClipRectsCache.h
+++ b/Source/core/rendering/ClipRectsCache.h
@@ -13,7 +13,7 @@
namespace blink {
-class RenderLayer;
+class Layer;
enum ClipRectsCacheSlot {
// Relative to the ancestor treated as the root (e.g. transformed layer). Used for hit testing.
@@ -42,7 +42,7 @@ public:
{
}
- const RenderLayer* root;
+ const Layer* root;
RefPtr<ClipRects> clipRects;
#if ENABLE(ASSERT)
OverlayScrollbarSizeRelevancy scrollbarRelevancy;
« no previous file with comments | « Source/core/paint/ViewDisplayListTest.cpp ('k') | Source/core/rendering/InlineFlowBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698