Chromium Code Reviews| Index: cc/trees/thread_proxy.h |
| =================================================================== |
| --- cc/trees/thread_proxy.h (revision 210393) |
| +++ cc/trees/thread_proxy.h (working copy) |
| @@ -91,6 +91,11 @@ |
| OVERRIDE; |
| virtual void DidActivatePendingTree() OVERRIDE; |
| + // LayerTreeHostImplClient UI Resource management |
| + virtual void UIResourceLostOnImplThread(UIResourceId uid) OVERRIDE; |
| + |
| + virtual void PostUIResourceLostToMainThread(UIResourceId uid); |
|
aelias_OOO_until_Jul13
2013/07/23 00:06:48
Change this to:
private:
...
void UIResourceLos
powei
2013/07/24 02:28:29
Done.
|
| + |
| // SchedulerClient implementation |
| virtual void SetNeedsBeginFrameOnImplThread(bool enable) OVERRIDE; |
| virtual void ScheduledActionSendBeginFrameToMainThread() OVERRIDE; |