| Index: cc/test/fake_raster_source.cc
|
| diff --git a/cc/test/fake_raster_source.cc b/cc/test/fake_raster_source.cc
|
| index a3e92c9617c112c3372d35bd5772c20f6f56f7d3..10ca00e8b0b702d5ea73a89507592da52e8c8fc9 100644
|
| --- a/cc/test/fake_raster_source.cc
|
| +++ b/cc/test/fake_raster_source.cc
|
| @@ -7,6 +7,7 @@
|
| #include <limits>
|
|
|
| #include "base/synchronization/waitable_event.h"
|
| +#include "cc/paint/paint_flags.h"
|
| #include "cc/test/fake_recording_source.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "ui/gfx/geometry/size.h"
|
| @@ -139,7 +140,7 @@ FakeRasterSource::FakeRasterSource(const RecordingSource* recording_source,
|
| FakeRasterSource::~FakeRasterSource() {}
|
|
|
| void FakeRasterSource::PlaybackToCanvas(
|
| - PaintCanvas* canvas,
|
| + SkCanvas* canvas,
|
| const PlaybackSettings& settings) const {
|
| if (playback_allowed_event_)
|
| playback_allowed_event_->Wait();
|
|
|