| Index: cc/resources/picture_pile_impl.h
|
| diff --git a/cc/resources/picture_pile_impl.h b/cc/resources/picture_pile_impl.h
|
| index e5c03ea76f02ed4b3cbec9ee8a210fc716f4f65e..89d939a24d0951eee58fcf8b8d1bbf54d0c07a4d 100644
|
| --- a/cc/resources/picture_pile_impl.h
|
| +++ b/cc/resources/picture_pile_impl.h
|
| @@ -109,6 +109,10 @@ class CC_EXPORT PicturePileImpl : public PicturePileBase {
|
| PictureList::const_iterator picture_list_iterator_;
|
| };
|
|
|
| + bool can_use_lcd_text() const {
|
| + return enable_lcd_text_;
|
| + }
|
| +
|
| protected:
|
| friend class PicturePile;
|
| friend class PixelRefIterator;
|
|
|