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

Unified Diff: cc/test/fake_ui_resource_layer_tree_host_impl.h

Issue 202763002: Switch to use SharedBitmapManager all the time in cc_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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_ui_resource_layer_tree_host_impl.h
diff --git a/cc/test/fake_ui_resource_layer_tree_host_impl.h b/cc/test/fake_ui_resource_layer_tree_host_impl.h
index 7e461dfe28cf34fee9a3864bf3c1413542a58c4c..e6cfafb9d5ce18eef6cb65390e0cece6a3de0563 100644
--- a/cc/test/fake_ui_resource_layer_tree_host_impl.h
+++ b/cc/test/fake_ui_resource_layer_tree_host_impl.h
@@ -12,7 +12,8 @@ namespace cc {
class FakeUIResourceLayerTreeHostImpl : public FakeLayerTreeHostImpl {
public:
- explicit FakeUIResourceLayerTreeHostImpl(Proxy* proxy);
+ explicit FakeUIResourceLayerTreeHostImpl(Proxy* proxy,
+ SharedBitmapManager* manager);
virtual ~FakeUIResourceLayerTreeHostImpl();
virtual void CreateUIResource(UIResourceId uid,

Powered by Google App Engine
This is Rietveld 408576698