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

Unified Diff: Source/core/layout/LayerClipper.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/layout/Layer.cpp ('k') | Source/core/layout/LayerClipper.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayerClipper.h
diff --git a/Source/core/layout/LayerClipper.h b/Source/core/layout/LayerClipper.h
index 98a6eb4eceb80f62517ac886c533a486a55b20ef..9e5ab3e901a7badb6ee3dcd8e26c9e59b8481f30 100644
--- a/Source/core/layout/LayerClipper.h
+++ b/Source/core/layout/LayerClipper.h
@@ -46,7 +46,7 @@
#define LayerClipper_h
#include "core/layout/ClipRectsCache.h"
-#include "core/rendering/RenderBox.h"
+#include "core/layout/LayoutBox.h"
namespace blink {
@@ -139,7 +139,7 @@ private:
return *m_cache;
}
- // FIXME: Could this be a RenderBox?
+ // FIXME: Could this be a LayoutBox?
LayoutBoxModelObject& m_renderer;
mutable OwnPtr<ClipRectsCache> m_cache;
};
« no previous file with comments | « Source/core/layout/Layer.cpp ('k') | Source/core/layout/LayerClipper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698