Chromium Code Reviews| Index: cc/resources/picture.h |
| diff --git a/cc/resources/picture.h b/cc/resources/picture.h |
| index e44f944c3a0dd14043182c71b04ea17f32d4a5fd..b7bcf3b7da4870fbfc1f15ab0d49354c52badec5 100644 |
| --- a/cc/resources/picture.h |
| +++ b/cc/resources/picture.h |
| @@ -69,6 +69,7 @@ class CC_EXPORT Picture |
| bool HasRecording() const { return picture_.get() != NULL; } |
| bool IsSuitableForGpuRasterization() const; |
| + int ApproximateOpCount() const; |
| bool HasText() const; |