summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/context/PlatformGraphicsContextSkia.h
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2012-10-02 16:53:55 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-10-02 16:53:55 -0700
commite70c8a5ad2ef1ce0804b27608fd96b825fc4ee95 (patch)
treeeb1b7657722eff7f3def50a687872b7b68f0986c /Source/WebCore/platform/graphics/android/context/PlatformGraphicsContextSkia.h
parent42326004062d6b846c3050ad03a1e80fa9db425c (diff)
parent85fb59060a0fdfcff93ae1c70dd49e0f93e55ab6 (diff)
downloadexternal_webkit-e70c8a5ad2ef1ce0804b27608fd96b825fc4ee95.zip
external_webkit-e70c8a5ad2ef1ce0804b27608fd96b825fc4ee95.tar.gz
external_webkit-e70c8a5ad2ef1ce0804b27608fd96b825fc4ee95.tar.bz2
Merge "Compensate for canvas-side vertical text translation in bounding box computation" into jb-mr1-dev
Diffstat (limited to 'Source/WebCore/platform/graphics/android/context/PlatformGraphicsContextSkia.h')
-rw-r--r--Source/WebCore/platform/graphics/android/context/PlatformGraphicsContextSkia.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/platform/graphics/android/context/PlatformGraphicsContextSkia.h b/Source/WebCore/platform/graphics/android/context/PlatformGraphicsContextSkia.h
index 6bf53d7..2c1d8cb 100644
--- a/Source/WebCore/platform/graphics/android/context/PlatformGraphicsContextSkia.h
+++ b/Source/WebCore/platform/graphics/android/context/PlatformGraphicsContextSkia.h
@@ -39,6 +39,7 @@ public:
virtual ContextType type() { return PaintingContext; }
virtual SkCanvas* recordingCanvas() { return mCanvas; }
+ virtual void setTextOffset(FloatSize offset) {}
// FIXME: This is used by ImageBufferAndroid, which should really be
// managing the canvas lifecycle itself