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
Remove duplicate implementation of drawEllipse and some related PLATFORM(IOS) ifdefs
[WebKit-https.git]
/
Source
/
WebCore
/
platform
/
graphics
/
cairo
/
GraphicsContextCairo.cpp
diff --git
a/Source/WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp
b/Source/WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp
index db73c030c17190b8b4b3fc687d33b46e971aa6b2..cbf1822cd0b5f09eda7331783e0cdb5eb0d1d7ea 100644
(file)
--- a/
Source/WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp
+++ b/
Source/WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp
@@
-344,7
+344,7
@@
void GraphicsContext::drawLine(const FloatPoint& point1, const FloatPoint& point
}
// This method is only used to draw the little circles used in lists.
-void GraphicsContext::drawEllipse(const
In
tRect& rect)
+void GraphicsContext::drawEllipse(const
Floa
tRect& rect)
{
if (paintingDisabled())
return;