// 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_DEBUG_LAYER_TREE_DEBUG_STATE_H_ #define CC_DEBUG_LAYER_TREE_DEBUG_STATE_H_ #include <bitset> #include "cc/debug/debug_export.h" namespace cc { enum DebugBorderType { … }; DebugBorderTypes; class CC_DEBUG_EXPORT LayerTreeDebugState { … }; } // namespace cc #endif // CC_DEBUG_LAYER_TREE_DEBUG_STATE_H_