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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/platform/graphics/android/context/PlatformGraphicsContextRecording.h b/Source/WebCore/platform/graphics/android/context/PlatformGraphicsContextRecording.h
index 930f1f2..a8e69f5 100644
--- a/Source/WebCore/platform/graphics/android/context/PlatformGraphicsContextRecording.h
+++ b/Source/WebCore/platform/graphics/android/context/PlatformGraphicsContextRecording.h
@@ -64,6 +64,7 @@ public:
virtual bool isPaintingDisabled();
virtual SkCanvas* recordingCanvas();
+ virtual void setTextOffset(FloatSize offset) { m_textOffset = offset; }
virtual ContextType type() { return RecordingContext; }
@@ -209,6 +210,7 @@ private:
float m_maxZoomScale;
bool m_isEmpty;
RecordingContextCanvasProxy m_canvasProxy;
+ FloatSize m_textOffset;
};
}