#include "cc/test/push_properties_counting_layer.h"
#include "cc/test/push_properties_counting_layer_impl.h"
#include "cc/trees/layer_tree_host.h"
namespace cc {
scoped_refptr<PushPropertiesCountingLayer>
PushPropertiesCountingLayer::Create() { … }
PushPropertiesCountingLayer::PushPropertiesCountingLayer() { … }
PushPropertiesCountingLayer::~PushPropertiesCountingLayer() = default;
void PushPropertiesCountingLayer::PushPropertiesTo(
LayerImpl* layer,
const CommitState& commit_state,
const ThreadUnsafeCommitState& unsafe_state) { … }
std::unique_ptr<LayerImpl> PushPropertiesCountingLayer::CreateLayerImpl(
LayerTreeImpl* tree_impl) const { … }
void PushPropertiesCountingLayer::MakePushProperties() { … }
void PushPropertiesCountingLayer::AddPushPropertiesCount() { … }
}