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

Unified Diff: Source/core/layout/ClipRectsCache.h

Issue 926193003: Move rendering/RenderBox to layout/LayoutBox. (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/inspector/InspectorOverlay.cpp ('k') | Source/core/layout/FloatingObjects.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/ClipRectsCache.h
diff --git a/Source/core/layout/ClipRectsCache.h b/Source/core/layout/ClipRectsCache.h
index 424f6e103068c1fe109bbd81caf1933d4b382384..9b5e74157d1c1da4ee5428db5f10e8ad098c15e9 100644
--- a/Source/core/layout/ClipRectsCache.h
+++ b/Source/core/layout/ClipRectsCache.h
@@ -8,7 +8,7 @@
#include "core/layout/ClipRects.h"
#if ENABLE(ASSERT)
-#include "core/rendering/RenderBox.h" // For OverlayScrollbarSizeRelevancy.
+#include "core/layout/LayoutBox.h" // For OverlayScrollbarSizeRelevancy.
#endif
namespace blink {
« no previous file with comments | « Source/core/inspector/InspectorOverlay.cpp ('k') | Source/core/layout/FloatingObjects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698