| Index: cc/trees/single_thread_proxy.cc
|
| diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
|
| index 6a053c261a992c81f758e32ada832e0743fe888b..37baa50f67b25d9d7faf17c595c3a31cbd40d44f 100644
|
| --- a/cc/trees/single_thread_proxy.cc
|
| +++ b/cc/trees/single_thread_proxy.cc
|
| @@ -258,7 +258,7 @@ void SingleThreadProxy::DoCommit() {
|
| // touched on the impl layer tree.
|
| std::unique_ptr<ScrollAndScaleSet> scroll_info =
|
| layer_tree_host_impl_->ProcessScrollDeltas();
|
| - DCHECK(!scroll_info->scrolls.size());
|
| + DCHECK(scroll_info->scrolls.empty());
|
| DCHECK_EQ(1.f, scroll_info->page_scale_delta);
|
| #endif
|
|
|
|
|