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

Unified Diff: cc/test/layer_tree_host_common_test.h

Issue 606113003: Revert of Make cc output surface creation async (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/test/layer_test_common.cc ('k') | cc/test/layer_tree_host_common_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/layer_tree_host_common_test.h
diff --git a/cc/test/layer_tree_host_common_test.h b/cc/test/layer_tree_host_common_test.h
index f5dc48ea3a34f6de29b5a9022a6a3edf94c5998c..67eb6cc58b3da0af29b229a57c1154352fc5c0ef 100644
--- a/cc/test/layer_tree_host_common_test.h
+++ b/cc/test/layer_tree_host_common_test.h
@@ -9,7 +9,6 @@
#include "base/memory/scoped_ptr.h"
#include "cc/layers/layer_lists.h"
-#include "cc/test/fake_layer_tree_host_client.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace gfx {
@@ -21,7 +20,6 @@
namespace cc {
-class FakeLayerTreeHost;
class Layer;
class LayerImpl;
class RenderSurfaceLayerList;
@@ -118,13 +116,10 @@
return render_surface_layer_list_count_;
}
- scoped_ptr<FakeLayerTreeHost> CreateFakeLayerTreeHost();
-
private:
scoped_ptr<RenderSurfaceLayerList> render_surface_layer_list_;
scoped_ptr<std::vector<LayerImpl*> > render_surface_layer_list_impl_;
- FakeLayerTreeHostClient client_;
int render_surface_layer_list_count_;
};
« no previous file with comments | « cc/test/layer_test_common.cc ('k') | cc/test/layer_tree_host_common_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698