| Index: Source/platform/graphics/paint/DisplayItem.h
|
| diff --git a/Source/platform/graphics/paint/DisplayItem.h b/Source/platform/graphics/paint/DisplayItem.h
|
| index 52497d47d0301988d4d747fc77669dace61fcb58..7ad3ac94fb8973de0f3a673e4b1a081a57bbb33e 100644
|
| --- a/Source/platform/graphics/paint/DisplayItem.h
|
| +++ b/Source/platform/graphics/paint/DisplayItem.h
|
| @@ -8,6 +8,7 @@
|
| #include "platform/PlatformExport.h"
|
| #include "platform/graphics/ListContainer.h"
|
| #include "platform/graphics/paint/DisplayItemClient.h"
|
| +#include "public/platform/WebDisplayList.h"
|
| #include "wtf/Assertions.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|
| @@ -22,7 +23,7 @@ namespace blink {
|
| class GraphicsContext;
|
| class WebDisplayItemList;
|
|
|
| -class PLATFORM_EXPORT DisplayItem {
|
| +class PLATFORM_EXPORT DisplayItem : public WebDisplayItem {
|
| public:
|
| enum {
|
| // Must be kept in sync with core/paint/PaintPhase.h.
|
|
|