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

Unified Diff: cc/playback/picture_pile_impl.h

Issue 1139063002: cc: Partial tile update for one-copy raster. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: monocle: tilemanagerconsistency Created 5 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
Index: cc/playback/picture_pile_impl.h
diff --git a/cc/playback/picture_pile_impl.h b/cc/playback/picture_pile_impl.h
index f7e17386db51de37b07955c4970a26067f3468cc..0e1164b2dff8241b8b0d95e89abcdbd4ea953e00 100644
--- a/cc/playback/picture_pile_impl.h
+++ b/cc/playback/picture_pile_impl.h
@@ -39,7 +39,8 @@ class CC_EXPORT PicturePileImpl : public RasterSource {
// reported rasterize time (in stats_instrumentation) is the minimum measured
// value over all runs.
void PlaybackToCanvas(SkCanvas* canvas,
- const gfx::Rect& canvas_rect,
+ const gfx::Rect& canvas_bitmap_rect,
+ const gfx::Rect& canvas_playback_rect,
reveman 2015/05/22 17:15:13 nit: is the canvas always backed by a bitmap? mayb
danakj 2015/05/26 19:02:52 It is. For gpu raster the bitmap is backed by a te
reveman 2015/05/26 20:12:37 Ok, makes sense then.
float contents_scale) const override;
void PlaybackToSharedCanvas(SkCanvas* canvas,
const gfx::Rect& canvas_rect,

Powered by Google App Engine
This is Rietveld 408576698