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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 26 00:08:28 PDT 2012


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





--- Comment #3 from Seokju Kwon <seokju.kwon at samsung.com>  2012-10-26 00:09:37 PST ---
(In reply to comment #2)
> (From update of attachment 170522 [details])
> 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.

Ok. I will move it.

-- 
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