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..2ce3d1654441d69b0a9d09c453680df0dcb99597 100644 |
--- a/Source/core/platform/graphics/gpu/DrawingBuffer.h |
+++ b/Source/core/platform/graphics/gpu/DrawingBuffer.h |
@@ -42,6 +42,7 @@ |
#include <wtf/PassOwnPtr.h> |
namespace WebKit { |
+class WebExternalBitmap; |
class WebExternalTextureLayer; |
class WebGraphicsContext3D; |
class WebLayer; |
@@ -125,7 +126,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*, WebKit::WebExternalBitmap*) OVERRIDE; |
virtual void mailboxReleased(const WebKit::WebExternalTextureMailbox&) OVERRIDE; |
private: |