diff options
Diffstat (limited to 'WebCore/platform/graphics/android/TextureOwner.h')
-rw-r--r-- | WebCore/platform/graphics/android/TextureOwner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/android/TextureOwner.h b/WebCore/platform/graphics/android/TextureOwner.h index c421e8a..684efac 100644 --- a/WebCore/platform/graphics/android/TextureOwner.h +++ b/WebCore/platform/graphics/android/TextureOwner.h @@ -36,7 +36,7 @@ class BackedDoubleBufferedTexture; class TextureOwner { public: virtual ~TextureOwner(); - virtual void removeTexture(BackedDoubleBufferedTexture* texture) = 0; + virtual bool removeTexture(BackedDoubleBufferedTexture* texture) = 0; virtual TiledPage* page() = 0; void addOwned(BackedDoubleBufferedTexture*); |