Index: cc/single_thread_proxy.cc |
diff --git a/cc/single_thread_proxy.cc b/cc/single_thread_proxy.cc |
index 6c63c3d9d4e5a4153d412ceb808eb216ce5292d0..7fe679ff5d4a0049f0e16918d0df183dc5d4cc09 100644 |
--- a/cc/single_thread_proxy.cc |
+++ b/cc/single_thread_proxy.cc |
@@ -43,7 +43,7 @@ SingleThreadProxy::~SingleThreadProxy() |
DCHECK(!m_layerTreeHostImpl.get() && !m_layerTreeHost); // make sure stop() got called. |
} |
-bool SingleThreadProxy::compositeAndReadback(void *pixels, const IntRect& rect) |
+bool SingleThreadProxy::compositeAndReadback(void *pixels, const gfx::Rect& rect) |
{ |
TRACE_EVENT0("cc", "SingleThreadProxy::compositeAndReadback"); |
DCHECK(Proxy::isMainThread()); |