Index: cc/trees/layer_tree_host_unittest_proxy.cc |
diff --git a/cc/trees/layer_tree_host_unittest_proxy.cc b/cc/trees/layer_tree_host_unittest_proxy.cc |
index e82cd26d5ff0ca92cf6abd08c62e32a9e871f41c..94ca4cb55c0cb0653944feb0bf6c258158c4f548 100644 |
--- a/cc/trees/layer_tree_host_unittest_proxy.cc |
+++ b/cc/trees/layer_tree_host_unittest_proxy.cc |
@@ -25,7 +25,7 @@ class LayerTreeHostProxyTest : public LayerTreeTest { |
return update_check_layer_.get(); |
} |
- ProxyMain* GetProxyMain() const { |
+ ProxyMain* GetProxyMain() { |
DCHECK(HasImplThread()); |
return static_cast<ProxyMain*>(proxy()); |
} |