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

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

Issue 2121933003: [SPv2] Paint accelerated canvases as foreign layers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add 'override' keyword to StubChromeClientForSPv2::didPaint Created 4 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: third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
index 05778d1cf721cbd6ada712f34ad858ba759ea71c..72c2104f1ca788d811eef35f1b404c68d645d0f0 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
+++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
@@ -120,7 +120,8 @@ public:
CachedDrawingLast = CachedDrawingFirst + DrawingLast - DrawingFirst,
ForeignLayerFirst,
- ForeignLayerPlugin = ForeignLayerFirst,
+ ForeignLayerCanvas = ForeignLayerFirst,
+ ForeignLayerPlugin,
ForeignLayerVideo,
ForeignLayerLast = ForeignLayerVideo,

Powered by Google App Engine
This is Rietveld 408576698