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
/
qt
/
PathQt.cpp
diff --git
a/WebCore/platform/graphics/qt/PathQt.cpp
b/WebCore/platform/graphics/qt/PathQt.cpp
index
fde6ea3
..
777496c
100644
(file)
--- a/
WebCore/platform/graphics/qt/PathQt.cpp
+++ b/
WebCore/platform/graphics/qt/PathQt.cpp
@@
-303,6
+303,11
@@
bool Path::isEmpty() const
return m_path->elementCount() == 0;
}
+bool Path::hasCurrentPoint() const
+{
+ return !isEmpty();
+}
+
String Path::debugString() const
{
QString ret;