| Index: Source/Platform/chromium/public/WebExternalTextureLayer.h
|
| diff --git a/Source/Platform/chromium/public/WebExternalTextureLayer.h b/Source/Platform/chromium/public/WebExternalTextureLayer.h
|
| index 568dd31730914d657291b6c6465ccaa7f0189228..b25dd815b639a66b1feb6e27259df84c9da9d227 100644
|
| --- a/Source/Platform/chromium/public/WebExternalTextureLayer.h
|
| +++ b/Source/Platform/chromium/public/WebExternalTextureLayer.h
|
| @@ -46,6 +46,9 @@ public:
|
|
|
| virtual WebLayer* layer() = 0;
|
|
|
| + // Clears texture from the layer.
|
| + virtual void clearTexture() { }
|
| +
|
| // Sets the texture id that represents the layer, in the namespace of the
|
| // compositor context.
|
| virtual void setTextureId(unsigned) = 0;
|
|
|