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

Unified Diff: Source/platform/graphics/paint/DisplayItem.h

Issue 1238123004: Slimming Paint phase 2 compositing algorithm plumbing & skeleton display list API. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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
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.

Powered by Google App Engine
This is Rietveld 408576698