summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/layers/LayerContent.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/android/layers/LayerContent.h')
-rw-r--r--Source/WebCore/platform/graphics/android/layers/LayerContent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/android/layers/LayerContent.h b/Source/WebCore/platform/graphics/android/layers/LayerContent.h
index a18e4c8..b6714ba 100644
--- a/Source/WebCore/platform/graphics/android/layers/LayerContent.h
+++ b/Source/WebCore/platform/graphics/android/layers/LayerContent.h
@@ -45,7 +45,7 @@ public:
bool isEmpty() { return !width() || !height(); }
virtual void setCheckForOptimisations(bool check) = 0;
virtual void checkForOptimisations() = 0;
- virtual bool hasText() = 0;
+ virtual float maxZoomScale() = 0;
virtual void draw(SkCanvas* canvas) = 0;
virtual PrerenderedInval* prerenderForRect(const IntRect& dirty) { return 0; }
virtual void clearPrerenders() { };