Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(812)

Unified Diff: cc/trees/thread_proxy.h

Issue 18191020: UI Resource Manager (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698