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

Unified Diff: third_party/WebKit/Source/core/html/HTMLCanvasElement.h

Issue 2956713003: Replaces VideoLayer with a SurfaceLayer in WebMediaPlayerImpl (Closed)
Patch Set: Replaces VideoLayer with SurfaceLayer. Created 3 years, 6 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/core/html/HTMLCanvasElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
index 0221e32d86097aef261ce9c9b44c6e27ada009e0..0ae9c618f54eb538ad0ebe35d9f8b2dff30477df 100644
--- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
@@ -50,6 +50,7 @@
#include "platform/graphics/ImageBufferClient.h"
#include "platform/graphics/OffscreenCanvasPlaceholder.h"
#include "platform/heap/Handle.h"
+#include "third_party/WebKit/public/platform/WebSurfaceLayerBridgeObserver.h"
#define CanvasDefaultInterpolationQuality kInterpolationLow
@@ -81,7 +82,7 @@ class CORE_EXPORT HTMLCanvasElement final
public PageVisibilityObserver,
public CanvasImageSource,
public CanvasRenderingContextHost,
- public CanvasSurfaceLayerBridgeObserver,
+ public WebSurfaceLayerBridgeObserver,
public ImageBufferClient,
public ImageBitmapSource,
public OffscreenCanvasPlaceholder {

Powered by Google App Engine
This is Rietveld 408576698