summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/TiledPage.h
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-10-24 15:10:04 -0700
committerJohn Reck <jreck@google.com>2011-10-24 15:10:04 -0700
commitf591e44d0f3ae1ccf564f920a8258d54aff7eff1 (patch)
treecb92ee6545a472a2e7beddaee088c721d1781f12 /Source/WebCore/platform/graphics/android/TiledPage.h
parenta58d317a8f6f9f1f6e1d8e72c28484f77bd950a7 (diff)
downloadexternal_webkit-f591e44d0f3ae1ccf564f920a8258d54aff7eff1.zip
external_webkit-f591e44d0f3ae1ccf564f920a8258d54aff7eff1.tar.gz
external_webkit-f591e44d0f3ae1ccf564f920a8258d54aff7eff1.tar.bz2
Fix SW extras for layers
Bug: 5507239 Also remove all the old, unused layer setExtras stuff Change-Id: I6b319192fac4c8ce0995bc7883f64fc482beff05
Diffstat (limited to 'Source/WebCore/platform/graphics/android/TiledPage.h')
-rw-r--r--Source/WebCore/platform/graphics/android/TiledPage.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/android/TiledPage.h b/Source/WebCore/platform/graphics/android/TiledPage.h
index 718908d..764bb36 100644
--- a/Source/WebCore/platform/graphics/android/TiledPage.h
+++ b/Source/WebCore/platform/graphics/android/TiledPage.h
@@ -83,7 +83,6 @@ public:
// TilePainter implementation
// used by individual tiles to generate the bitmap for their tile
bool paint(BaseTile*, SkCanvas*, unsigned int*);
- void paintExtra(SkCanvas*);
// used by individual tiles to get the information about the current picture
GLWebViewState* glWebViewState() { return m_glWebViewState; }