chromium/cc/test/fake_picture_layer.cc

// Copyright 2012 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "cc/test/fake_picture_layer.h"

#include <utility>

#include "cc/test/fake_picture_layer_impl.h"
#include "cc/test/fake_raster_source.h"

namespace cc {

FakePictureLayer::FakePictureLayer(ContentLayerClient* client)
    :{}

FakePictureLayer::~FakePictureLayer() = default;

std::unique_ptr<LayerImpl> FakePictureLayer::CreateLayerImpl(
    LayerTreeImpl* tree_impl) const {}

bool FakePictureLayer::Update() {}

bool FakePictureLayer::RequiresSetNeedsDisplayOnHdrHeadroomChange() const {}

scoped_refptr<RasterSource> FakePictureLayer::CreateRasterSource() const {}

}  // namespace cc