summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/rendering/TileGrid.h
diff options
context:
space:
mode:
authorTeng-Hui Zhu <ztenghui@google.com>2012-06-07 15:35:12 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-06-07 15:35:12 -0700
commitb44cdc90599330574434d176f04585506741f703 (patch)
tree6564d0b655c1d995af2525c2fb850b717ee8f293 /Source/WebCore/platform/graphics/android/rendering/TileGrid.h
parent2de717d235c5577304ae67fc92c489b7cbc2a3a1 (diff)
parent750f81c3eb609bfd132182bbbb9b467455175498 (diff)
downloadexternal_webkit-b44cdc90599330574434d176f04585506741f703.zip
external_webkit-b44cdc90599330574434d176f04585506741f703.tar.gz
external_webkit-b44cdc90599330574434d176f04585506741f703.tar.bz2
Merge "Add fast drawing path for repeat background image." into jb-dev
Diffstat (limited to 'Source/WebCore/platform/graphics/android/rendering/TileGrid.h')
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/TileGrid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/platform/graphics/android/rendering/TileGrid.h b/Source/WebCore/platform/graphics/android/rendering/TileGrid.h
index 2879dd9..35e4072 100644
--- a/Source/WebCore/platform/graphics/android/rendering/TileGrid.h
+++ b/Source/WebCore/platform/graphics/android/rendering/TileGrid.h
@@ -68,6 +68,7 @@ public:
bool isDirty() { return !m_dirtyRegion.isEmpty(); }
int nbTextures(const IntRect& area, float scale);
+ unsigned int getImageTextureId();
private:
void prepareTile(int x, int y, TilePainter* painter,