// Copyright 2013 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_FAKE_PICTURE_LAYER_IMPL_H_ #define CC_TEST_FAKE_PICTURE_LAYER_IMPL_H_ #include <stddef.h> #include <memory> #include "base/memory/ptr_util.h" #include "cc/layers/picture_layer_impl.h" #include "cc/raster/raster_source.h" namespace cc { class FakePictureLayerImpl : public PictureLayerImpl { … }; } // namespace cc #endif // CC_TEST_FAKE_PICTURE_LAYER_IMPL_H_