Bug 61580 - Switch paintFocusRing to IntPoint
Summary: Switch paintFocusRing to IntPoint
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Levi Weintraub
URL:
Keywords:
Depends on:
Blocks: 60318
  Show dependency treegraph
 
Reported: 2011-05-26 16:35 PDT by Levi Weintraub
Modified: 2011-05-31 10:12 PDT (History)
4 users (show)

See Also:


Attachments
Patch (3.60 KB, patch)
2011-05-26 16:42 PDT, Levi Weintraub
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Levi Weintraub 2011-05-26 16:35:40 PDT
Continuing to hate on tx/ty.
Comment 1 Levi Weintraub 2011-05-26 16:42:09 PDT
Created attachment 95073 [details]
Patch
Comment 2 Eric Seidel (no email) 2011-05-26 17:39:34 PDT
Comment on attachment 95073 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=95073&action=review

> Source/WebCore/rendering/RenderObject.cpp:1000
> +void RenderObject::paintFocusRing(GraphicsContext* context, const IntPoint& paintOffset, RenderStyle* style)

Seems like this is the origin the renderObject in question, with relation to its paint container?  I guess that's a paintOffset?
Comment 3 Levi Weintraub 2011-05-31 10:12:43 PDT
Comment on attachment 95073 [details]
Patch

Clearing flags on attachment: 95073

Committed r87738: <http://trac.webkit.org/changeset/87738>
Comment 4 Levi Weintraub 2011-05-31 10:12:48 PDT
All reviewed patches have been landed.  Closing bug.