diff options
Diffstat (limited to 'WebCore/platform/graphics/wx/PathWx.cpp')
-rw-r--r-- | WebCore/platform/graphics/wx/PathWx.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/wx/PathWx.cpp b/WebCore/platform/graphics/wx/PathWx.cpp index 04a952d..cebc05a 100644 --- a/WebCore/platform/graphics/wx/PathWx.cpp +++ b/WebCore/platform/graphics/wx/PathWx.cpp @@ -227,4 +227,9 @@ bool Path::isEmpty() const return true; } +bool Path::hasCurrentPoint() const +{ + return !isEmpty(); +} + } |