| Index: cc/picture.h
|
| diff --git a/cc/picture.h b/cc/picture.h
|
| index 361578cf56711a28b4693769a71592cc2fa90aa3..00103e4ca7fc3ba3c68da5c371c0c81fa384d0e2 100644
|
| --- a/cc/picture.h
|
| +++ b/cc/picture.h
|
| @@ -37,7 +37,7 @@ public:
|
| void Record(ContentLayerClient*, RenderingStats&);
|
|
|
| // Has Record() been called yet?
|
| - bool HasRecording() const { return picture_.get(); }
|
| + bool HasRecording() const { return picture_.get() != NULL; }
|
|
|
| // Raster this Picture's layer_rect into the given canvas.
|
| // Assumes contentsScale have already been applied.
|
|
|