// Copyright 2015 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_RASTER_SOURCE_H_ #define CC_TEST_FAKE_RASTER_SOURCE_H_ #include "base/memory/raw_ptr.h" #include "base/memory/ref_counted.h" #include "cc/raster/raster_source.h" #include "ui/gfx/geometry/rect.h" #include "ui/gfx/geometry/size.h" namespace base { class WaitableEvent; } namespace cc { class RecordingSource; class FakeRasterSource : public RasterSource { … }; } // namespace cc #endif // CC_TEST_FAKE_RASTER_SOURCE_H_