diff options
Diffstat (limited to 'cc/single_thread_proxy.cc')
-rw-r--r-- | cc/single_thread_proxy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/single_thread_proxy.cc b/cc/single_thread_proxy.cc index 6c63c3d..7fe679f 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()); |