| 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 cb6c241b8d0d1538f285fc9abca3f19a0fd69528..e0279a4ead503ddaea06ae40378fc3d03f69ce21 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| @@ -201,7 +201,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; }
|
|
|
|
|