DPCHECK known conditions when we guess false in CurrentProcessHasOpenDirectories
[chromium-blink-merge.git] / cc / test / layer_tree_json_parser.h
blob83ea5196b5538cacefff6d18fbc0498e96ff3a28
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CC_TEST_LAYER_TREE_JSON_PARSER_H_
6 #define CC_TEST_LAYER_TREE_JSON_PARSER_H_
8 #include <string>
10 #include "base/memory/ref_counted.h"
12 namespace cc {
14 class ContentLayerClient;
15 class Layer;
17 scoped_refptr<Layer> ParseTreeFromJson(std::string json,
18 ContentLayerClient* content_client);
20 } // namespace cc
22 #endif // CC_TEST_LAYER_TREE_JSON_PARSER_H_