| Index: Source/Platform/chromium/public/WebCompositorSupport.h
|
| diff --git a/Source/Platform/chromium/public/WebCompositorSupport.h b/Source/Platform/chromium/public/WebCompositorSupport.h
|
| index 6b60a9e91ff4eb8d9f023713a62fb2171a309aac..53cb3b7c9a4a05eaebad55c293ca165287965dfd 100644
|
| --- a/Source/Platform/chromium/public/WebCompositorSupport.h
|
| +++ b/Source/Platform/chromium/public/WebCompositorSupport.h
|
| @@ -77,6 +77,8 @@ public:
|
|
|
| virtual WebExternalTextureLayer* createExternalTextureLayer(WebExternalTextureLayerClient* = 0) { return 0; }
|
|
|
| + virtual WebExternalTextureLayer* createExternalTextureLayerForMailbox(WebExternalTextureLayerClient*) { return 0; }
|
| +
|
| virtual WebImageLayer* createImageLayer() { return 0; }
|
|
|
| virtual WebSolidColorLayer* createSolidColorLayer() { return 0; }
|
|
|