| Index: third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| index 797e6a8c23b2ab949fbef79fb7e42a9655e06886..075eaf137c1993dd010275c9273366e231a4e3c5 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| @@ -85,8 +85,7 @@ public:
|
| ForceAccelerationForTesting,
|
| };
|
|
|
| - static PassRefPtr<Canvas2DLayerBridge> create(const IntSize&, int msaaSampleCount, OpacityMode, AccelerationMode);
|
| -
|
| + Canvas2DLayerBridge(std::unique_ptr<WebGraphicsContext3DProvider>, const IntSize&, int msaaSampleCount, OpacityMode, AccelerationMode);
|
| ~Canvas2DLayerBridge() override;
|
|
|
| // cc::TextureLayerClient implementation.
|
| @@ -189,7 +188,6 @@ private:
|
| MailboxInfo();
|
| };
|
|
|
| - Canvas2DLayerBridge(std::unique_ptr<WebGraphicsContext3DProvider>, const IntSize&, int msaaSampleCount, OpacityMode, AccelerationMode);
|
| gpu::gles2::GLES2Interface* contextGL();
|
| void startRecording();
|
| void skipQueuedDrawCommands();
|
|
|