// Copyright 2015 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_LAYERS_PERFORMANCE_PROPERTIES_H_ #define CC_LAYERS_PERFORMANCE_PROPERTIES_H_ #include "ui/gfx/geometry/transform.h" namespace cc { // Container for properties used to measure performance template <typename LayerType> struct CC_EXPORT PerformanceProperties { … }; } // namespace cc #endif // CC_LAYERS_PERFORMANCE_PROPERTIES_H_