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

Unified Diff: cc/picture.h

Issue 11678003: cc: Fix low-res impl-side painting artifacts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More RectToSkRect, 1/16 default min Created 8 years 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/layer_tree_settings.cc ('k') | cc/picture.cc » ('j') | cc/picture.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/picture.h
diff --git a/cc/picture.h b/cc/picture.h
index 361578cf56711a28b4693769a71592cc2fa90aa3..ab3408ccf9724849c041d081a7c91661efc605c7 100644
--- a/cc/picture.h
+++ b/cc/picture.h
@@ -41,7 +41,7 @@ public:
// Raster this Picture's layer_rect into the given canvas.
// Assumes contentsScale have already been applied.
danakj 2013/01/05 00:04:58 Is this comment wrong now?
enne (OOO) 2013/01/06 03:57:18 Good catch. Done.
- void Raster(SkCanvas* canvas);
+ void Raster(SkCanvas* canvas, gfx::Rect content_rect, float contents_scale);
void GatherPixelRefs(const gfx::Rect& rect,
std::list<skia::LazyPixelRef*>&);
« no previous file with comments | « cc/layer_tree_settings.cc ('k') | cc/picture.cc » ('j') | cc/picture.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698