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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/WebCore/platform/graphics/android/TextureOwner.h b/Source/WebCore/platform/graphics/android/TextureOwner.h
index 5434dbf..4f9e6ef 100644
--- a/Source/WebCore/platform/graphics/android/TextureOwner.h
+++ b/Source/WebCore/platform/graphics/android/TextureOwner.h
@@ -31,7 +31,6 @@ class Layer;
namespace WebCore {
-class TiledPage;
class BaseTileTexture;
class GLWebViewState;
@@ -39,8 +38,6 @@ class TextureOwner {
public:
virtual ~TextureOwner() { }
virtual bool removeTexture(BaseTileTexture* texture) = 0;
- virtual TiledPage* page() = 0;
- virtual GLWebViewState* state() = 0;
virtual bool samePageAs(Layer* root) { return false; }
virtual bool isRepaintPending() = 0;
virtual unsigned long long drawCount() = 0;