summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/RasterRenderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/android/RasterRenderer.h')
-rw-r--r--Source/WebCore/platform/graphics/android/RasterRenderer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/WebCore/platform/graphics/android/RasterRenderer.h b/Source/WebCore/platform/graphics/android/RasterRenderer.h
index 88832f6..efe1bd8 100644
--- a/Source/WebCore/platform/graphics/android/RasterRenderer.h
+++ b/Source/WebCore/platform/graphics/android/RasterRenderer.h
@@ -35,7 +35,7 @@ class SkCanvas;
namespace WebCore {
-class BackedDoubleBufferedTexture;
+class BaseTileTexture;
class TextureInfo;
class TiledPage;
@@ -48,12 +48,12 @@ public:
~RasterRenderer();
void drawTileInfo(SkCanvas* canvas,
- BackedDoubleBufferedTexture* texture,
+ BaseTileTexture* texture,
TiledPage* tiledPage,
int x, int y, float scale, int pictureCount);
int renderContent(int x, int y, SkIRect rect, float tx, float ty,
- float scale, BackedDoubleBufferedTexture* texture,
+ float scale, BaseTileTexture* texture,
TextureInfo* textureInfo,
TiledPage* tiledPage,
bool fullRepaint);