// Copyright 2016 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_TEST_PUSH_PROPERTIES_COUNTING_LAYER_IMPL_H_ #define CC_TEST_PUSH_PROPERTIES_COUNTING_LAYER_IMPL_H_ #include <memory> #include "cc/layers/layer_impl.h" namespace cc { class LayerTreeImpl; class PushPropertiesCountingLayerImpl : public LayerImpl { … }; } // namespace cc #endif // CC_TEST_PUSH_PROPERTIES_COUNTING_LAYER_IMPL_H_