Index: cc/test/fake_layer_tree_host_impl.h |
diff --git a/cc/test/fake_layer_tree_host_impl.h b/cc/test/fake_layer_tree_host_impl.h |
index c21c998df8d2d5776cec5fd60d96e29da7418626..73ff9ed834ad32bb3d9b337ffcac023676b5d928 100644 |
--- a/cc/test/fake_layer_tree_host_impl.h |
+++ b/cc/test/fake_layer_tree_host_impl.h |
@@ -16,6 +16,8 @@ class FakeLayerTreeHostImpl : public LayerTreeHostImpl { |
FakeLayerTreeHostImpl(Proxy* proxy); |
virtual ~FakeLayerTreeHostImpl(); |
+ using LayerTreeHostImpl::resetNeedsUpdateDrawPropertiesForTesting; |
+ |
private: |
FakeLayerTreeHostImplClient client_; |
LayerTreeSettings settings_; |