Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4443)

Unified Diff: cc/test/fake_raster_source.h

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: DrawingDisplayItem Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/test/fake_content_layer_client.cc ('k') | cc/test/fake_raster_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_raster_source.h
diff --git a/cc/test/fake_raster_source.h b/cc/test/fake_raster_source.h
index 3ed2e61211fc232f62b39beb296398621069f908..b04cc1f6bf03655e977b190fe64d7292fc565770 100644
--- a/cc/test/fake_raster_source.h
+++ b/cc/test/fake_raster_source.h
@@ -6,12 +6,11 @@
#define CC_TEST_FAKE_RASTER_SOURCE_H_
#include "base/memory/ref_counted.h"
+#include "cc/paint/paint_canvas.h"
#include "cc/playback/raster_source.h"
#include "ui/gfx/geometry/rect.h"
#include "ui/gfx/geometry/size.h"
-class SkCanvas;
-
namespace base {
class WaitableEvent;
}
@@ -39,7 +38,7 @@ class FakeRasterSource : public RasterSource {
bool can_use_lcd,
base::WaitableEvent* playback_allowed_event);
- void PlaybackToCanvas(SkCanvas* canvas,
+ void PlaybackToCanvas(PaintCanvas* canvas,
const PlaybackSettings& settings) const override;
protected:
« no previous file with comments | « cc/test/fake_content_layer_client.cc ('k') | cc/test/fake_raster_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698