git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
2009-07-14 Dmitry Titov <dimich@chromium.org>
[WebKit-https.git]
/
WebCore
/
platform
/
graphics
/
wx
/
PathWx.cpp
diff --git
a/WebCore/platform/graphics/wx/PathWx.cpp
b/WebCore/platform/graphics/wx/PathWx.cpp
index
04a952d
..
cebc05a
100644
(file)
--- 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();
+}
+
}