| 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 7ba4aa06e640886295bd7680e0ef40142a71b638..ff94d8b8f50ba02c98058d94a0caa2a61f38e8dc 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| @@ -202,7 +202,7 @@ public:
|
|
|
| // For OffscreenCanvas that controls this html canvas element
|
| CanvasSurfaceLayerBridge* surfaceLayerBridge() const { return m_surfaceLayerBridge.get(); }
|
| - void createSurfaceLayerBridge();
|
| + bool createSurfaceLayer();
|
|
|
| void detachContext() { m_context = nullptr; }
|
|
|
|
|