| 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 73ab97f232ff6def959b509811d90a9b9a5ad7ef..e92b0cf8f7da700e5cf6276809f9861bb5b2b2c5 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| @@ -225,7 +225,7 @@ class CORE_EXPORT HTMLCanvasElement final : public HTMLElement,
|
| CanvasSurfaceLayerBridge* surfaceLayerBridge() const {
|
| return m_surfaceLayerBridge.get();
|
| }
|
| - bool createSurfaceLayer();
|
| + bool createSurfaceLayer(int canvasId);
|
|
|
| void detachContext() { m_context = nullptr; }
|
|
|
|
|