Bug 101743 - [EFL][DRT] Force a repaint before tracking repaint rects.
Summary: [EFL][DRT] Force a repaint before tracking repaint rects.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Raphael Kubo da Costa (:rakuco)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-09 05:23 PST by Raphael Kubo da Costa (:rakuco)
Modified: 2012-11-09 06:26 PST (History)
4 users (show)

See Also:


Attachments
Patch (3.51 KB, patch)
2012-11-09 05:26 PST, Raphael Kubo da Costa (:rakuco)
no flags Details | Formatted Diff | Diff
v2 (3.51 KB, patch)
2012-11-09 05:57 PST, Raphael Kubo da Costa (:rakuco)
kenneth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Raphael Kubo da Costa (:rakuco) 2012-11-09 05:23:14 PST
[EFL][DRT] Force a repaint before tracking repaint rects.
Comment 1 Raphael Kubo da Costa (:rakuco) 2012-11-09 05:26:08 PST
Created attachment 173273 [details]
Patch
Comment 2 Kenneth Rohde Christiansen 2012-11-09 05:51:52 PST
Comment on attachment 173273 [details]
Patch

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

> Source/WebKit/efl/WebCoreSupport/DumpRenderTreeSupportEfl.cpp:405
> +void DumpRenderTreeSupportEfl::forceRepaint(Evas_Object* ewkFrame)
> +{
> +    ewk_frame_force_layout(ewkFrame);
> +}

Isnt the name a bit confusing?
Comment 3 Raphael Kubo da Costa (:rakuco) 2012-11-09 05:54:54 PST
It is, I guess forceLayout() makes more sense.
Comment 4 Raphael Kubo da Costa (:rakuco) 2012-11-09 05:57:37 PST
Created attachment 173284 [details]
v2
Comment 5 Raphael Kubo da Costa (:rakuco) 2012-11-09 06:26:19 PST
Committed r134059: <http://trac.webkit.org/changeset/134059>