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

Unified Diff: Source/core/paint/FloatClipRecorder.h

Issue 899163003: Move rendering/RenderObject to layout/LayoutObject. (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/FilterPainter.h ('k') | Source/core/paint/FramePainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/FloatClipRecorder.h
diff --git a/Source/core/paint/FloatClipRecorder.h b/Source/core/paint/FloatClipRecorder.h
index e6e70c334972a273f3d0c556b0260ef7a94546a8..98f144ea85e9e1b38449fda380b81c04b649f8e3 100644
--- a/Source/core/paint/FloatClipRecorder.h
+++ b/Source/core/paint/FloatClipRecorder.h
@@ -5,7 +5,7 @@
#ifndef FloatClipRecorder_h
#define FloatClipRecorder_h
-#include "core/rendering/RenderObject.h"
+#include "core/layout/LayoutObject.h"
#include "platform/geometry/FloatRect.h"
#include "platform/graphics/paint/DisplayItem.h"
« no previous file with comments | « Source/core/paint/FilterPainter.h ('k') | Source/core/paint/FramePainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698