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

Unified Diff: cc/test/fake_layer_tree_host.h

Issue 2322943003: cc: Move UI Resource management out of LayerTreeHost. (Closed)
Patch Set: virtual dtor Created 4 years, 3 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/resources/ui_resource_manager.cc ('k') | cc/test/fake_scoped_ui_resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_layer_tree_host.h
diff --git a/cc/test/fake_layer_tree_host.h b/cc/test/fake_layer_tree_host.h
index 7ee6a1ed07eeaa21eaab7e9d73dfc18dd056d00c..52f02a38ed8accd80d5e2884953606864404d79e 100644
--- a/cc/test/fake_layer_tree_host.h
+++ b/cc/test/fake_layer_tree_host.h
@@ -70,6 +70,7 @@ class FakeLayerTreeHost : public LayerTreeHost {
using LayerTreeHost::InitializeForTesting;
using LayerTreeHost::InitializePictureCacheForTesting;
using LayerTreeHost::RecordGpuRasterizationHistogram;
+ using LayerTreeHost::SetUIResourceManagerForTesting;
void UpdateLayers() { LayerTreeHost::UpdateLayers(); }
@@ -79,7 +80,6 @@ class FakeLayerTreeHost : public LayerTreeHost {
bool needs_commit() { return needs_commit_; }
- protected:
FakeLayerTreeHost(FakeLayerTreeHostClient* client,
LayerTreeHost::InitParams* params,
CompositorMode mode);
« no previous file with comments | « cc/resources/ui_resource_manager.cc ('k') | cc/test/fake_scoped_ui_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698