| Index: cc/resources/picture.h
|
| diff --git a/cc/resources/picture.h b/cc/resources/picture.h
|
| index 771d7153c36268e495fac3a451e165fc6876d77d..ec2ff4b44658960b821a143f0a8844d6426589bd 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;
|
| size_t ApproximateMemoryUsage() const;
|
|
|
|
|