// 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. #ifndef CC_TEST_FAKE_PICTURE_LAYER_H_ #define CC_TEST_FAKE_PICTURE_LAYER_H_ #include <stddef.h> #include <memory> #include <utility> #include "base/memory/ref_counted.h" #include "cc/layers/picture_layer.h" namespace base { class WaitableEvent; } namespace cc { class RasterSource; class FakePictureLayer : public PictureLayer { … }; } // namespace cc #endif // CC_TEST_FAKE_PICTURE_LAYER_H_