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 { |