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

Unified Diff: cc/resources/picture_pile_impl.cc

Issue 15995033: cc: Low quality support for low res tiles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase fix Created 7 years, 6 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/resources/picture_pile_impl.h ('k') | cc/resources/tile.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/picture_pile_impl.cc
diff --git a/cc/resources/picture_pile_impl.cc b/cc/resources/picture_pile_impl.cc
index 46aa79f169f1f5b56d5f0a469d641fc03e2d67dc..496ca094c2e64e91b8703f55b33c905ee7ea1e76 100644
--- a/cc/resources/picture_pile_impl.cc
+++ b/cc/resources/picture_pile_impl.cc
@@ -208,8 +208,7 @@ void PicturePileImpl::RasterCommon(
if (raster_stats)
start_time = base::TimeTicks::HighResNow();
- (*i)->Raster(
- canvas, callback, content_clip, contents_scale, enable_lcd_text_);
+ (*i)->Raster(canvas, callback, content_clip, contents_scale);
if (raster_stats) {
base::TimeDelta duration = base::TimeTicks::HighResNow() - start_time;
« no previous file with comments | « cc/resources/picture_pile_impl.h ('k') | cc/resources/tile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698