Index: cc/single_thread_proxy.cc |
diff --git a/cc/single_thread_proxy.cc b/cc/single_thread_proxy.cc |
index 9667e75d2cc755a1d9d96b6f489cc750ea14e06e..a98c8b292a4ab617d4fe176eed51351b913cce21 100644 |
--- a/cc/single_thread_proxy.cc |
+++ b/cc/single_thread_proxy.cc |
@@ -45,7 +45,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()); |