Bug 66271

Summary: [EFL] Broken rendering occured when resized in ewk_view_single.
Product: WebKit Reporter: Ryuan Choi <ryuan.choi>
Component: WebKit EFLAssignee: Ryuan Choi <ryuan.choi>
Status: RESOLVED FIXED    
Severity: Normal CC: gyuyoung.kim, gyuyoung.kim, lucas.de.marchi, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Ryuan Choi 2011-08-15 19:27:03 PDT
With single backingstore mode,
rendering was broken after scrolled and resized.
Comment 1 Ryuan Choi 2011-08-15 19:31:42 PDT
Created attachment 103994 [details]
Patch
Comment 2 Leandro Pereira 2011-08-16 09:52:48 PDT
Comment on attachment 103994 [details]
Patch

Informal r+.
Comment 3 Tony Chang 2011-08-18 16:52:37 PDT
Comment on attachment 103994 [details]
Patch

BTW, WebKit style tries to avoid single letter variables.
Comment 4 WebKit Review Bot 2011-08-18 18:04:25 PDT
Comment on attachment 103994 [details]
Patch

Clearing flags on attachment: 103994

Committed r93379: <http://trac.webkit.org/changeset/93379>
Comment 5 WebKit Review Bot 2011-08-18 18:04:30 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Gyuyoung Kim 2011-08-18 18:20:07 PDT
(In reply to comment #3)
> (From update of attachment 103994 [details])
> BTW, WebKit style tries to avoid single letter variables.

single letter is efl coding style. Frankly, though I don't like this style, port implementation tends to be in the style of the embedding system.