// 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_H_ #define CC_TEST_PUSH_PROPERTIES_COUNTING_LAYER_H_ #include <memory> #include "base/memory/ref_counted.h" #include "cc/layers/layer.h" namespace cc { class LayerImpl; class LayerTreeImpl; class PushPropertiesCountingLayer : public Layer { … }; } // namespace cc #endif // CC_TEST_PUSH_PROPERTIES_COUNTING_LAYER_H_