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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/platform/graphics/android/TextureOwner.h b/Source/WebCore/platform/graphics/android/TextureOwner.h
index 35d3389..d0c60fb 100644
--- a/Source/WebCore/platform/graphics/android/TextureOwner.h
+++ b/Source/WebCore/platform/graphics/android/TextureOwner.h
@@ -42,6 +42,7 @@ public:
virtual TiledPage* page() = 0;
virtual GLWebViewState* state() = 0;
virtual bool samePageAs(Layer* root) { return false; }
+ virtual bool isRepaintPending() = 0;
};
}