| Index: cc/resources/tile.h
|
| diff --git a/cc/resources/tile.h b/cc/resources/tile.h
|
| index d519851dc1370bb23fe307605a18d4333e04f0f7..608aef7d2a1fe6844bf594be70d835efc3c2141e 100644
|
| --- a/cc/resources/tile.h
|
| +++ b/cc/resources/tile.h
|
| @@ -55,6 +55,9 @@ class CC_EXPORT Tile : public base::RefCounted<Tile> {
|
| }
|
|
|
| const gfx::Rect& opaque_rect() const { return opaque_rect_; }
|
| + bool has_text() const {
|
| + return managed_state_.picture_pile_analysis.has_text;
|
| + }
|
|
|
| float contents_scale() const { return contents_scale_; }
|
| gfx::Rect content_rect() const { return content_rect_; }
|
|
|