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; |
}; |