#include "cc/test/push_properties_counting_layer_impl.h"
#include "base/memory/ptr_util.h"
namespace cc {
std::unique_ptr<PushPropertiesCountingLayerImpl>
PushPropertiesCountingLayerImpl::Create(LayerTreeImpl* tree_impl, int id) { … }
PushPropertiesCountingLayerImpl::PushPropertiesCountingLayerImpl(
LayerTreeImpl* tree_impl,
int id)
: … { … }
PushPropertiesCountingLayerImpl::~PushPropertiesCountingLayerImpl() = default;
void PushPropertiesCountingLayerImpl::PushPropertiesTo(LayerImpl* layer) { … }
std::unique_ptr<LayerImpl> PushPropertiesCountingLayerImpl::CreateLayerImpl(
LayerTreeImpl* tree_impl) const { … }
}