Index: cc/thread_proxy.h |
diff --git a/cc/thread_proxy.h b/cc/thread_proxy.h |
index aab144afaa307268d3e6a1fddc4b0fb72d13b257..2ae1f90fbbc26843f2e9bfdebf109bfbd5eab076 100644 |
--- a/cc/thread_proxy.h |
+++ b/cc/thread_proxy.h |
@@ -30,7 +30,7 @@ public: |
virtual ~ThreadProxy(); |
// 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, double duration) OVERRIDE; |
virtual void finishAllRendering() OVERRIDE; |
virtual bool isStarted() const OVERRIDE; |