Index: Source/core/rendering/RenderObject.h |
diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h |
index 98c4981f1bc5bb09c56cfe73bb2ca40e1671ba47..f1d84d21bd9f6f9aeab4f31f98289652f43ef1d1 100644 |
--- a/Source/core/rendering/RenderObject.h |
+++ b/Source/core/rendering/RenderObject.h |
@@ -47,7 +47,6 @@ |
#include "platform/geometry/LayoutRect.h" |
#include "platform/graphics/CompositingReasons.h" |
#include "platform/graphics/PaintInvalidationReason.h" |
-#include "platform/graphics/paint/DisplayItem.h" |
#include "platform/transforms/TransformationMatrix.h" |
namespace blink { |
@@ -1056,8 +1055,6 @@ public: |
virtual LayoutRect viewRect() const; |
- DisplayItemClient displayItemClient() const { return (void*)this; } |
- |
protected: |
enum RenderObjectType { |
RenderObjectBr, |