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

Unified Diff: cc/test/fake_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
« no previous file with comments | « cc/test/fake_layer_tree_host.h ('k') | cc/test/fake_layer_tree_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_layer_tree_host_impl.h
diff --git a/cc/test/fake_layer_tree_host_impl.h b/cc/test/fake_layer_tree_host_impl.h
index b652a9168c14677c93d15d0a6435c87e899892a4..bb5f41c9ac260c1892bd1b134c715ad3523d55b6 100644
--- a/cc/test/fake_layer_tree_host_impl.h
+++ b/cc/test/fake_layer_tree_host_impl.h
@@ -14,8 +14,10 @@ namespace cc {
class FakeLayerTreeHostImpl : public LayerTreeHostImpl {
public:
- explicit FakeLayerTreeHostImpl(Proxy* proxy);
- FakeLayerTreeHostImpl(const LayerTreeSettings& settings, Proxy* proxy);
+ explicit FakeLayerTreeHostImpl(Proxy* proxy, SharedBitmapManager* manager);
danakj 2014/03/19 23:27:18 remove explicit
+ FakeLayerTreeHostImpl(const LayerTreeSettings& settings,
+ Proxy* proxy,
+ SharedBitmapManager* manager);
virtual ~FakeLayerTreeHostImpl();
void ForcePrepareToDraw() {
« no previous file with comments | « cc/test/fake_layer_tree_host.h ('k') | cc/test/fake_layer_tree_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698