[Webkit-unassigned] [Bug 100303] [EFL] Fix failure to highlight nodes on web inspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 25 23:13:17 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=100303





--- Comment #2 from Ryuan Choi <ryuan.choi at samsung.com>  2012-10-25 23:14:26 PST ---
(From update of attachment 170522)
View in context: https://bugs.webkit.org/attachment.cgi?id=170522&action=review

> Source/WebKit/efl/ewk/ewk_paint_context.cpp:172
> +#if ENABLE(INSPECTOR)
> +    WebCore::Page* page = view->frame()->page();
> +    if (page) {
> +        WebCore::InspectorController* controller = page->inspectorController();
> +        if (controller->highlightedNode())
> +            controller->drawHighlight(*context->graphicContext);
> +    }
> +#endif

SBS calls ewk_paint_context many times for every dirty rect.

How about moving this into ewk_view_single to call only one time.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list