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

Unified Diff: cc/test/fake_layer_tree_host_impl_client.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/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

Powered by Google App Engine
This is Rietveld 408576698