| Index: Source/platform/graphics/DisplayList.h
|
| diff --git a/Source/platform/graphics/DisplayList.h b/Source/platform/graphics/DisplayList.h
|
| index a4a9d68912491dd007fce3ff51745beaaa503ddd..7474a95d8903764b7024e5ad678d85d9b21051dc 100644
|
| --- a/Source/platform/graphics/DisplayList.h
|
| +++ b/Source/platform/graphics/DisplayList.h
|
| @@ -56,8 +56,8 @@ public:
|
|
|
| const FloatRect& bounds() const { return m_bounds; }
|
|
|
| - // This entry point will return 0 when the DisplayList is in the
|
| - // midst of recording (i.e., between a beginRecording/endRecording pair)
|
| + // This entry point will return 0 when the DisplayList is in the midst of
|
| + // recording (i.e., between a GraphicsContext beginRecording/endRecording pair)
|
| // and if no recording has ever been completed. Otherwise it will return
|
| // the picture created by the last endRecording call.
|
| SkPicture* picture() const { return m_picture.get(); }
|
|
|