// Copyright 2011 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CC_TREES_TREE_SYNCHRONIZER_H_ #define CC_TREES_TREE_SYNCHRONIZER_H_ #include "cc/cc_export.h" #include "cc/trees/layer_tree_host.h" namespace cc { class LayerImpl; class LayerTreeImpl; class Layer; class CC_EXPORT TreeSynchronizer { … }; } // namespace cc #endif // CC_TREES_TREE_SYNCHRONIZER_H_