Index: Source/core/rendering/RenderObject.h |
diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h |
index f1d84d21bd9f6f9aeab4f31f98289652f43ef1d1..98c4981f1bc5bb09c56cfe73bb2ca40e1671ba47 100644 |
--- a/Source/core/rendering/RenderObject.h |
+++ b/Source/core/rendering/RenderObject.h |
@@ -47,6 +47,7 @@ |
#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 { |
@@ -1055,6 +1056,8 @@ public: |
virtual LayoutRect viewRect() const; |
+ DisplayItemClient displayItemClient() const { return (void*)this; } |
+ |
protected: |
enum RenderObjectType { |
RenderObjectBr, |