summaryrefslogtreecommitdiff
path: root/Source/WebCore/platform/graphics/chromium/ThrottledTextureUploader.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/chromium/ThrottledTextureUploader.h')
-rw-r--r--Source/WebCore/platform/graphics/chromium/ThrottledTextureUploader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/chromium/ThrottledTextureUploader.h b/Source/WebCore/platform/graphics/chromium/ThrottledTextureUploader.h
index f8c43dc2d..361468fc8 100644
--- a/Source/WebCore/platform/graphics/chromium/ThrottledTextureUploader.h
+++ b/Source/WebCore/platform/graphics/chromium/ThrottledTextureUploader.h
@@ -51,7 +51,7 @@ public:
virtual bool isBusy() OVERRIDE;
virtual void beginUploads() OVERRIDE;
virtual void endUploads() OVERRIDE;
- virtual void uploadTexture(LayerTextureUpdater::Texture*, CCResourceProvider*, const IntRect sourceRect, const IntRect destRect) OVERRIDE;
+ virtual void uploadTexture(CCResourceProvider*, Parameters) OVERRIDE;
private:
class Query {