Chromium Code Reviews| 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; |