| Index: content/test/web_layer_tree_view_impl_for_testing.h
|
| diff --git a/content/test/web_layer_tree_view_impl_for_testing.h b/content/test/web_layer_tree_view_impl_for_testing.h
|
| index 63ac66f68b2c1690ad5ee48c99d4d8e3a6c37d09..bccf7cd2b2b46db89fddecfc3828d9293b83bc47 100644
|
| --- a/content/test/web_layer_tree_view_impl_for_testing.h
|
| +++ b/content/test/web_layer_tree_view_impl_for_testing.h
|
| @@ -6,6 +6,7 @@
|
| #define CONTENT_TEST_WEB_LAYER_TREE_VIEW_IMPL_FOR_TESTING_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "cc/test/test_task_graph_runner.h"
|
| #include "cc/trees/layer_tree_host_client.h"
|
| #include "cc/trees/layer_tree_host_single_thread_client.h"
|
| #include "third_party/WebKit/public/platform/WebLayerTreeView.h"
|
| @@ -92,6 +93,7 @@ class WebLayerTreeViewImplForTesting
|
| void DidAbortSwapBuffers() override {}
|
|
|
| private:
|
| + cc::TestTaskGraphRunner task_graph_runner_;
|
| scoped_ptr<cc::LayerTreeHost> layer_tree_host_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(WebLayerTreeViewImplForTesting);
|
|
|