summaryrefslogtreecommitdiffstats
path: root/cc/single_thread_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/single_thread_proxy.h')
-rw-r--r--cc/single_thread_proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/single_thread_proxy.h b/cc/single_thread_proxy.h
index 93f8c09..91e0810 100644
--- a/cc/single_thread_proxy.h
+++ b/cc/single_thread_proxy.h
@@ -22,7 +22,7 @@ public:
virtual ~SingleThreadProxy();
// Proxy implementation
- virtual bool compositeAndReadback(void *pixels, const IntRect&) OVERRIDE;
+ virtual bool compositeAndReadback(void *pixels, const gfx::Rect&) OVERRIDE;
virtual void startPageScaleAnimation(const IntSize& targetPosition, bool useAnchor, float scale, base::TimeDelta duration) OVERRIDE;
virtual void finishAllRendering() OVERRIDE;
virtual bool isStarted() const OVERRIDE;