12011-05-26 Levi Weintraub <leviw@chromium.org>
2
3 Reviewed by NOBODY (OOPS!).
4
5 Switch paintFocusRing to IntPoint
6 https://bugs.webkit.org/show_bug.cgi?id=61580
7
8 Switching paintFocusRing to take an IntPoint representing the paint offset
9 instead of a pair of ints.
10
11 No new tests as this is just refactoring.
12
13 * rendering/RenderInline.cpp:
14 (WebCore::RenderInline::paintOutline):
15 * rendering/RenderObject.cpp:
16 (WebCore::RenderObject::paintFocusRing):
17 (WebCore::RenderObject::paintOutline):
18 * rendering/RenderObject.h:
19