RESOLVED FIXED 101743
[EFL][DRT] Force a repaint before tracking repaint rects.
https://bugs.webkit.org/show_bug.cgi?id=101743
Summary [EFL][DRT] Force a repaint before tracking repaint rects.
Raphael Kubo da Costa (:rakuco)
Reported 2012-11-09 05:23:14 PST
[EFL][DRT] Force a repaint before tracking repaint rects.
Attachments
Patch (3.51 KB, patch)
2012-11-09 05:26 PST, Raphael Kubo da Costa (:rakuco)
no flags
v2 (3.51 KB, patch)
2012-11-09 05:57 PST, Raphael Kubo da Costa (:rakuco)
kenneth: review+
Raphael Kubo da Costa (:rakuco)
Comment 1 2012-11-09 05:26:08 PST
Kenneth Rohde Christiansen
Comment 2 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?
Raphael Kubo da Costa (:rakuco)
Comment 3 2012-11-09 05:54:54 PST
It is, I guess forceLayout() makes more sense.
Raphael Kubo da Costa (:rakuco)
Comment 4 2012-11-09 05:57:37 PST
Raphael Kubo da Costa (:rakuco)
Comment 5 2012-11-09 06:26:19 PST
Note You need to log in before you can comment on or make changes to this bug.