| Index: cc/resources/picture.h
|
| diff --git a/cc/resources/picture.h b/cc/resources/picture.h
|
| index 1677309a6e25e2c9c444ad4430c339fc738bb9ef..e40025fa8fcb7416277765c1c21f13a92718ca82 100644
|
| --- a/cc/resources/picture.h
|
| +++ b/cc/resources/picture.h
|
| @@ -65,7 +65,7 @@ class CC_EXPORT Picture
|
| // Has Record() been called yet?
|
| bool HasRecording() const { return picture_.get() != NULL; }
|
|
|
| - bool IsSuitableForGpuRasterization() const;
|
| + bool IsSuitableForGpuRasterization(const char** reason) const;
|
| int ApproximateOpCount() const;
|
|
|
| bool HasText() const;
|
|
|