| Index: cc/single_thread_proxy.h
|
| diff --git a/cc/single_thread_proxy.h b/cc/single_thread_proxy.h
|
| index 5b5e208a390b1fffa10e66f0c24b5560ce1218f6..2e5b8e08b3aebe918ea8a02c7f491b52a2bdbb8d 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, double duration) OVERRIDE;
|
| virtual void finishAllRendering() OVERRIDE;
|
| virtual bool isStarted() const OVERRIDE;
|
|
|