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

Unified Diff: cc/resources/picture_pile_impl.h

Issue 14205005: cc: Only consider layer clipped content rect for analysis (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 8 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 | « no previous file | cc/resources/picture_pile_impl.cc » ('j') | cc/resources/picture_pile_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/picture_pile_impl.h
diff --git a/cc/resources/picture_pile_impl.h b/cc/resources/picture_pile_impl.h
index 9b49ed9d0420af393216345ee6ff2d253fda540f..8c286fb22ea87bd034126e7e47307d70cf0fe4be 100644
--- a/cc/resources/picture_pile_impl.h
+++ b/cc/resources/picture_pile_impl.h
@@ -57,7 +57,7 @@ class CC_EXPORT PicturePileImpl : public PicturePileBase {
skia::AnalysisCanvas::LazyPixelRefList lazy_pixel_refs;
};
- void AnalyzeInRect(const gfx::Rect& content_rect,
+ void AnalyzeInRect(gfx::Rect content_rect,
float contents_scale,
Analysis* analysis);
« no previous file with comments | « no previous file | cc/resources/picture_pile_impl.cc » ('j') | cc/resources/picture_pile_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698