Index: cc/trees/single_thread_proxy.h |
=================================================================== |
--- cc/trees/single_thread_proxy.h (revision 210393) |
+++ cc/trees/single_thread_proxy.h (working copy) |
@@ -74,6 +74,10 @@ |
OVERRIDE {} |
virtual void DidActivatePendingTree() OVERRIDE {} |
+ // LayerTreeHostImplClient UI Resource management |
+ virtual void UIResourceCreatedOnImplThread(UIResourceId uid) OVERRIDE {} |
+ virtual void UIResourceLostOnImplThread(UIResourceId uid) OVERRIDE {} |
+ |
// Called by the legacy path where RenderWidget does the scheduling. |
void CompositeImmediately(base::TimeTicks frame_begin_time); |