| Index: third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h b/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
|
| index 383fef24ee2b27e4100376a313a724884af1ef5f..9035d9db79f7eeabd3ec115f6884e69579711649 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
|
| @@ -38,6 +38,8 @@ class PLATFORM_EXPORT StaticBitmapImage : public Image {
|
| // sub-class
|
| virtual bool HasMailbox() { return false; }
|
| virtual void Transfer() {}
|
| + void RegisterExternalAllocationWithCurrentContext();
|
| + void UnregisterExternalAllocationWithCurrentContext();
|
|
|
| // Methods overrided by AcceleratedStaticBitmapImage only
|
| virtual void CopyToTexture(WebGraphicsContext3DProvider*,
|
|
|