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

Unified Diff: cc/tiles/tile.h

Issue 1531013004: cc: Do solid color analysis before scheduling tiles. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup. Created 5 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
Index: cc/tiles/tile.h
diff --git a/cc/tiles/tile.h b/cc/tiles/tile.h
index e245e0111d9ffa3fb26ed09e560d4e1d006eee41..8c96e4c43b5308663b2b7f600cfa265598d56e7f 100644
--- a/cc/tiles/tile.h
+++ b/cc/tiles/tile.h
@@ -61,10 +61,6 @@ class CC_EXPORT Tile {
required_for_draw_ = is_required;
}
- bool use_picture_analysis() const {
vmpstr 2015/12/29 21:24:23 Keep this
sohanjg 2015/12/30 12:45:47 Acknowledged.
- return !!(flags_ & USE_PICTURE_ANALYSIS);
- }
-
bool is_opaque() const { return !!(flags_ & IS_OPAQUE); }
void AsValueInto(base::trace_event::TracedValue* value) const;

Powered by Google App Engine
This is Rietveld 408576698