| Index: cc/layer_tree_host.cc
|
| diff --git a/cc/layer_tree_host.cc b/cc/layer_tree_host.cc
|
| index 50d04338cf0b920835293c2097713d51630a3075..22676d9c3f4cfca1f94b082161a9bff2486c8560 100644
|
| --- a/cc/layer_tree_host.cc
|
| +++ b/cc/layer_tree_host.cc
|
| @@ -329,7 +329,7 @@ void LayerTreeHost::didLoseContext()
|
| setNeedsCommit();
|
| }
|
|
|
| -bool LayerTreeHost::compositeAndReadback(void *pixels, const IntRect& rect)
|
| +bool LayerTreeHost::compositeAndReadback(void *pixels, const gfx::Rect& rect)
|
| {
|
| m_triggerIdleUpdates = false;
|
| bool ret = m_proxy->compositeAndReadback(pixels, rect);
|
|
|