Index: cc/test/fake_layer_tree_host_impl_client.h |
=================================================================== |
--- cc/test/fake_layer_tree_host_impl_client.h (revision 210393) |
+++ cc/test/fake_layer_tree_host_impl_client.h (working copy) |
@@ -39,6 +39,9 @@ |
virtual void RequestScrollbarAnimationOnImplThread(base::TimeDelta) |
OVERRIDE {} |
virtual void DidActivatePendingTree() OVERRIDE {} |
+ |
+ virtual void UIResourceReadyOnImplThread(UIResourceId uid) OVERRIDE {} |
aelias_OOO_until_Jul13
2013/07/23 00:06:48
Should be removed
powei
2013/07/24 02:28:29
Done.
|
+ virtual void UIResourceLostOnImplThread(UIResourceId uid) OVERRIDE {} |
}; |
} // namespace cc |