diff options
Diffstat (limited to 'WebCore/platform/graphics/wx/PathWx.cpp')
-rw-r--r-- | WebCore/platform/graphics/wx/PathWx.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/wx/PathWx.cpp b/WebCore/platform/graphics/wx/PathWx.cpp index 86ecb93..5ff9914 100644 --- a/WebCore/platform/graphics/wx/PathWx.cpp +++ b/WebCore/platform/graphics/wx/PathWx.cpp @@ -171,4 +171,10 @@ void Path::apply(void* info, PathApplierFunction function) const notImplemented(); } +bool Path::isEmpty() const +{ + notImplemented(); + return false; +} + } |