Bug 109172

Summary: Implement drawFocusRing(const Vector<IntRect>& rects, int width, int offset, const Color& color) in GraphicsContextSkia
Product: WebKit Reporter: Changhun Kang <chkang514>
Component: CanvasAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: caryclark, darin, dglazkov, eric, junov, peter+ews, senorblanco, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
webkit.review.bot: commit-queue-
Patch webkit.review.bot: commit-queue-

Description Changhun Kang 2013-02-07 03:49:26 PST
Implement void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int width, int offset, const Color& color).
Comment 1 Changhun Kang 2013-02-07 03:58:46 PST
Created attachment 187049 [details]
Patch

This is a WIP patch.

I refer to the implementation of Qt.

Give me any advice.

Thanks
Comment 2 WebKit Review Bot 2013-02-07 05:33:09 PST
Comment on attachment 187049 [details]
Patch

Attachment 187049 [details] did not pass cr-linux-debug-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/16415245
Comment 3 Peter Beverloo (cr-android ews) 2013-02-07 05:34:34 PST
Comment on attachment 187049 [details]
Patch

Attachment 187049 [details] did not pass cr-android-ews (chromium-android):
Output: http://queues.webkit.org/results/16429130
Comment 4 WebKit Review Bot 2013-02-07 09:46:34 PST
Comment on attachment 187049 [details]
Patch

Attachment 187049 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/16429218
Comment 5 Changhun Kang 2013-02-07 22:52:38 PST
Created attachment 187240 [details]
Patch

Build Fix.
Comment 6 WebKit Review Bot 2013-02-07 23:20:52 PST
Comment on attachment 187240 [details]
Patch

Attachment 187240 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/16426535
Comment 7 WebKit Review Bot 2013-02-07 23:22:14 PST
Comment on attachment 187240 [details]
Patch

Attachment 187240 [details] did not pass cr-linux-debug-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/16415625
Comment 8 Peter Beverloo (cr-android ews) 2013-02-07 23:38:05 PST
Comment on attachment 187240 [details]
Patch

Attachment 187240 [details] did not pass cr-android-ews (chromium-android):
Output: http://queues.webkit.org/results/16435500
Comment 9 Darin Adler 2013-04-09 09:39:04 PDT
Comment on attachment 187240 [details]
Patch

Clearing flags on Skia-specific patch.