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

Unified Diff: cc/test/layer_tree_json_parser.h

Issue 1057283003: Remove parts of //cc we aren't using (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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/layer_tree_host_common_test.cc ('k') | cc/test/layer_tree_json_parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/layer_tree_json_parser.h
diff --git a/cc/test/layer_tree_json_parser.h b/cc/test/layer_tree_json_parser.h
deleted file mode 100644
index 83ea5196b5538cacefff6d18fbc0498e96ff3a28..0000000000000000000000000000000000000000
--- a/cc/test/layer_tree_json_parser.h
+++ /dev/null
@@ -1,22 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CC_TEST_LAYER_TREE_JSON_PARSER_H_
-#define CC_TEST_LAYER_TREE_JSON_PARSER_H_
-
-#include <string>
-
-#include "base/memory/ref_counted.h"
-
-namespace cc {
-
-class ContentLayerClient;
-class Layer;
-
-scoped_refptr<Layer> ParseTreeFromJson(std::string json,
- ContentLayerClient* content_client);
-
-} // namespace cc
-
-#endif // CC_TEST_LAYER_TREE_JSON_PARSER_H_
« no previous file with comments | « cc/test/layer_tree_host_common_test.cc ('k') | cc/test/layer_tree_json_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698