| Index: Source/core/platform/graphics/gpu/DrawingBuffer.h
|
| diff --git a/Source/core/platform/graphics/gpu/DrawingBuffer.h b/Source/core/platform/graphics/gpu/DrawingBuffer.h
|
| index d505af0434bdcdff55ce29cc72d435eb37f03b39..93031e660bf07c3e77af399197ded870713d34a4 100644
|
| --- a/Source/core/platform/graphics/gpu/DrawingBuffer.h
|
| +++ b/Source/core/platform/graphics/gpu/DrawingBuffer.h
|
| @@ -125,7 +125,7 @@ public:
|
| // WebExternalTextureLayerClient implementation.
|
| virtual unsigned prepareTexture(WebKit::WebTextureUpdater& updater) OVERRIDE;
|
| virtual WebKit::WebGraphicsContext3D* context() OVERRIDE;
|
| - virtual bool prepareMailbox(WebKit::WebExternalTextureMailbox*) OVERRIDE;
|
| + virtual bool prepareMailbox(WebKit::WebExternalTextureMailbox*, bool bitmap) OVERRIDE;
|
| virtual void mailboxReleased(const WebKit::WebExternalTextureMailbox&) OVERRIDE;
|
|
|
| private:
|
|
|