summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/context/PlatformGraphicsContextRecording.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/android/context/PlatformGraphicsContextRecording.h')
-rw-r--r--Source/WebCore/platform/graphics/android/context/PlatformGraphicsContextRecording.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/platform/graphics/android/context/PlatformGraphicsContextRecording.h b/Source/WebCore/platform/graphics/android/context/PlatformGraphicsContextRecording.h
index 061ee0e..930f1f2 100644
--- a/Source/WebCore/platform/graphics/android/context/PlatformGraphicsContextRecording.h
+++ b/Source/WebCore/platform/graphics/android/context/PlatformGraphicsContextRecording.h
@@ -143,7 +143,7 @@ public:
bool translucent = false, bool drawBackground = true,
const IntRect& thumb = IntRect());
- bool hasText() { return m_hasText; }
+ float maxZoomScale() { return m_maxZoomScale; }
bool isEmpty() { return m_isEmpty; }
private:
@@ -206,7 +206,7 @@ private:
Vector<SkMatrix> mMatrixStack;
State* mOperationState;
- bool m_hasText;
+ float m_maxZoomScale;
bool m_isEmpty;
RecordingContextCanvasProxy m_canvasProxy;
};