summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/LayerAndroid.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/android/LayerAndroid.h')
-rw-r--r--Source/WebCore/platform/graphics/android/LayerAndroid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/platform/graphics/android/LayerAndroid.h b/Source/WebCore/platform/graphics/android/LayerAndroid.h
index fe41e35..551e020 100644
--- a/Source/WebCore/platform/graphics/android/LayerAndroid.h
+++ b/Source/WebCore/platform/graphics/android/LayerAndroid.h
@@ -84,7 +84,7 @@ struct SkLength {
namespace WebCore {
class AndroidAnimation;
-class BackedDoubleBufferedTexture;
+class BaseTileTexture;
class LayerAndroidFindState;
class RenderLayer;
class TiledPage;
@@ -98,7 +98,7 @@ public:
virtual ~LayerAndroid();
// TextureOwner methods
- virtual bool removeTexture(BackedDoubleBufferedTexture* texture);
+ virtual bool removeTexture(BaseTileTexture* texture);
LayerTexture* texture() { return m_reservedTexture; }
virtual TiledPage* page() { return 0; }