#include "cc/test/fake_mask_layer_impl.h"
#include <memory>
#include "base/memory/ptr_util.h"
namespace cc {
FakeMaskLayerImpl::FakeMaskLayerImpl(LayerTreeImpl* tree_impl,
int id,
scoped_refptr<RasterSource> raster_source)
: … { … }
std::unique_ptr<FakeMaskLayerImpl> FakeMaskLayerImpl::Create(
LayerTreeImpl* tree_impl,
int id,
scoped_refptr<RasterSource> raster_source) { … }
void FakeMaskLayerImpl::GetContentsResourceId(viz::ResourceId* resource_id,
gfx::Size* resource_size,
gfx::SizeF* mask_uv_size) const { … }
}