summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/TiledPage.h
diff options
context:
space:
mode:
authorNicolas Roard <nicolasroard@google.com>2011-08-04 16:11:02 -0700
committerNicolas Roard <nicolasroard@google.com>2011-08-04 16:58:57 -0700
commit8c8109615ff2d833bbcf6866e935e91188c00556 (patch)
treea8462b905def1ba9a70696d8a204bc6bff193f50 /Source/WebCore/platform/graphics/android/TiledPage.h
parent82b16301ec89989ef436f317f2f23f57ed2e2660 (diff)
downloadexternal_webkit-8c8109615ff2d833bbcf6866e935e91188c00556.zip
external_webkit-8c8109615ff2d833bbcf6866e935e91188c00556.tar.gz
external_webkit-8c8109615ff2d833bbcf6866e935e91188c00556.tar.bz2
Fixes layers painting crashes
bug:5097230 bug:5045149 Change-Id: I20fcae13e7f617658447c02bd51dc83d2914922e
Diffstat (limited to 'Source/WebCore/platform/graphics/android/TiledPage.h')
-rw-r--r--Source/WebCore/platform/graphics/android/TiledPage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/platform/graphics/android/TiledPage.h b/Source/WebCore/platform/graphics/android/TiledPage.h
index 078ce48..4b09364 100644
--- a/Source/WebCore/platform/graphics/android/TiledPage.h
+++ b/Source/WebCore/platform/graphics/android/TiledPage.h
@@ -68,6 +68,8 @@ public:
// used by individual tiles to generate the bitmap for their tile
bool paint(BaseTile*, SkCanvas*, unsigned int*);
void paintExtra(SkCanvas*);
+ void beginPaint() {}
+ void endPaint() {}
// used by individual tiles to get the information about the current picture
GLWebViewState* glWebViewState() { return m_glWebViewState; }