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

Unified Diff: cc/test/fake_layer_tree_host_impl.h

Issue 1365793003: cc: Re-enable disabled tile manager unittests (plus fixes) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update Created 5 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 | « no previous file | cc/test/fake_layer_tree_host_impl.cc » ('j') | cc/test/fake_layer_tree_host_impl.cc » ('J')
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 e5a128c47b0550d90d5ee37bf29c644ef4cf1bf4..f47a098dd2f8b2a0fc4f66e289e1e977409559df 100644
--- a/cc/test/fake_layer_tree_host_impl.h
+++ b/cc/test/fake_layer_tree_host_impl.h
@@ -10,6 +10,10 @@
#include "cc/trees/layer_tree_host_impl.h"
#include "cc/trees/single_thread_proxy.h"
+namespace gpu {
+class GpuMemoryBufferManager;
+}
+
namespace cc {
class FakeLayerTreeHostImpl : public LayerTreeHostImpl {
@@ -21,6 +25,11 @@ class FakeLayerTreeHostImpl : public LayerTreeHostImpl {
Proxy* proxy,
SharedBitmapManager* manager,
TaskGraphRunner* task_graph_runner);
+ FakeLayerTreeHostImpl(const LayerTreeSettings& settings,
+ Proxy* proxy,
+ SharedBitmapManager* manager,
+ TaskGraphRunner* task_graph_runner,
+ gpu::GpuMemoryBufferManager* gpu_memory_buffer_manager);
~FakeLayerTreeHostImpl() override;
void ForcePrepareToDraw() {
« no previous file with comments | « no previous file | cc/test/fake_layer_tree_host_impl.cc » ('j') | cc/test/fake_layer_tree_host_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698