summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/TextureOwner.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/android/TextureOwner.h')
-rw-r--r--Source/WebCore/platform/graphics/android/TextureOwner.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/platform/graphics/android/TextureOwner.h b/Source/WebCore/platform/graphics/android/TextureOwner.h
index aebbf90..bd3a291 100644
--- a/Source/WebCore/platform/graphics/android/TextureOwner.h
+++ b/Source/WebCore/platform/graphics/android/TextureOwner.h
@@ -29,12 +29,12 @@
namespace WebCore {
class TiledPage;
-class BackedDoubleBufferedTexture;
+class BaseTileTexture;
class TextureOwner {
public:
virtual ~TextureOwner() { }
- virtual bool removeTexture(BackedDoubleBufferedTexture* texture) = 0;
+ virtual bool removeTexture(BaseTileTexture* texture) = 0;
virtual TiledPage* page() = 0;
};