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

Unified Diff: cc/raster/raster_source.h

Issue 2857923004: cc: Keep PaintImage in DrawImage. (Closed)
Patch Set: .. Created 3 years, 7 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/raster/image_hijack_canvas_unittest.cc ('k') | cc/raster/raster_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/raster/raster_source.h
diff --git a/cc/raster/raster_source.h b/cc/raster/raster_source.h
index b70f5ada9203ecb1b24a6b27657c1766ca7cbdb7..92e429bd24fe37f8b560233e25569fdcaf369f15 100644
--- a/cc/raster/raster_source.h
+++ b/cc/raster/raster_source.h
@@ -51,7 +51,7 @@ class CC_EXPORT RasterSource : public base::RefCountedThreadSafe<RasterSource> {
// during raster.
// TODO(khushalsagar): Consolidate more settings for playback here? See
// crbug.com/691076.
- ImageIdFlatSet images_to_skip;
+ SkImageIdFlatSet images_to_skip;
};
static scoped_refptr<RasterSource> CreateFromRecordingSource(
@@ -121,7 +121,7 @@ class CC_EXPORT RasterSource : public base::RefCountedThreadSafe<RasterSource> {
// Valid rectangle in which everything is recorded and can be rastered from.
virtual gfx::Rect RecordedViewport() const;
- gfx::Rect GetRectForImage(ImageId image_id) const;
+ gfx::Rect GetRectForImage(PaintImage::Id image_id) const;
// Tracing functionality.
virtual void DidBeginTracing();
« no previous file with comments | « cc/raster/image_hijack_canvas_unittest.cc ('k') | cc/raster/raster_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698