| Index: cc/resources/picture.h
|
| diff --git a/cc/resources/picture.h b/cc/resources/picture.h
|
| index 78833d17e9144c0721ec888d216af7e94577d2cb..824288cb124cfb334873a58f8d8887c356ba99b3 100644
|
| --- a/cc/resources/picture.h
|
| +++ b/cc/resources/picture.h
|
| @@ -75,6 +75,8 @@ class CC_EXPORT Picture
|
|
|
| bool IsSuitableForGpuRasterization() const;
|
|
|
| + bool HasText() const;
|
| +
|
| // Apply this scale and raster the negated region into the canvas.
|
| // |negated_content_region| specifies the region to be clipped out of the
|
| // raster operation, i.e., the parts of the canvas which will not get drawn
|
|
|