Index: webkit/compositor_bindings/web_compositor_support_impl.h |
diff --git a/webkit/compositor_bindings/web_compositor_support_impl.h b/webkit/compositor_bindings/web_compositor_support_impl.h |
index 9688bcfa690415dcfc3d8bd530c3b7cffeee8041..9a60708c47570d06813bab7a74d90e8d0f93f370 100644 |
--- a/webkit/compositor_bindings/web_compositor_support_impl.h |
+++ b/webkit/compositor_bindings/web_compositor_support_impl.h |
@@ -33,7 +33,7 @@ class WebCompositorSupportImpl : public WebKit::WebCompositorSupport { |
virtual WebKit::WebContentLayer* createContentLayer( |
WebKit::WebContentLayerClient* client); |
virtual WebKit::WebExternalTextureLayer* createExternalTextureLayer( |
- WebKit::WebExternalTextureLayerClient* client); |
+ WebKit::WebExternalTextureLayerClient* client, bool single_buffer); |
virtual WebKit::WebImageLayer* createImageLayer(); |
virtual WebKit::WebSolidColorLayer* createSolidColorLayer(); |
virtual WebKit::WebVideoLayer* createVideoLayer( |