summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/WebCoreSupport
diff options
context:
space:
mode:
authorNicolas Roard <nicolasroard@google.com>2012-04-02 16:16:59 -0700
committerNicolas Roard <nicolasroard@google.com>2012-04-06 11:05:38 -0700
commit64e4b265f84573b97d408f7d3e5aa99a647be057 (patch)
treee349e52565c0cc487526fd68b608f8648678c1c7 /Source/WebKit/android/WebCoreSupport
parentd01f8866730e5ebe8609f82f95cf281432460607 (diff)
downloadexternal_webkit-64e4b265f84573b97d408f7d3e5aa99a647be057.zip
external_webkit-64e4b265f84573b97d408f7d3e5aa99a647be057.tar.gz
external_webkit-64e4b265f84573b97d408f7d3e5aa99a647be057.tar.bz2
Implements a recording GraphicsContext
Change-Id: I41feadb23dce25af321331c459eb159c6141831b
Diffstat (limited to 'Source/WebKit/android/WebCoreSupport')
-rw-r--r--Source/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp b/Source/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp
index 95ced96..52aeb23 100644
--- a/Source/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp
+++ b/Source/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp
@@ -264,7 +264,9 @@ public:
if (!m_poster || (!m_poster->getPixels() && !m_poster->pixelRef()))
return;
- SkCanvas* canvas = ctxt->platformContext()->mCanvas;
+ SkCanvas* canvas = ctxt->platformContext()->getCanvas();
+ if (!canvas)
+ return;
// We paint with the following rules in mind:
// - only downscale the poster, never upscale
// - maintain the natural aspect ratio of the poster