| Index: third_party/WebKit/Source/platform/graphics/Path.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Path.h b/third_party/WebKit/Source/platform/graphics/Path.h
|
| index c46b5ac145647ba868d3cf0afd953022b57b3a57..e1c24911026d2d22f32b1e372a2b79f19a490408 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Path.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Path.h
|
| @@ -106,6 +106,7 @@ public:
|
|
|
| void clear();
|
| bool isEmpty() const;
|
| + bool isClosed() const;
|
| // Specify whether this path is volatile. Temporary paths that are discarded or
|
| // modified after use should be marked as volatile. This is a hint to the device
|
| // to not cache this path.
|
|
|