Bug 127417

Summary: [EFL] Remove unnecessary smart method since ewk_view_tiled removed
Product: WebKit Reporter: Ryuan Choi <ryuan.choi>
Component: WebKit EFLAssignee: Ryuan Choi <ryuan.choi>
Status: RESOLVED FIXED    
Severity: Normal CC: bunhere, cdumez, commit-queue, gyuyoung.kim, lucas.de.marchi
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 125961    
Bug Blocks:    
Attachments:
Description Flags
Patch none

Description Ryuan Choi 2014-01-22 01:44:09 PST
pre render related codes are only for ewk_view_tiled.
Indeed, we don't have requirement to override repaints_process and scroll_process now.
Comment 1 Ryuan Choi 2014-01-22 02:26:30 PST
Created attachment 221844 [details]
Patch
Comment 2 Gyuyoung Kim 2014-01-22 18:10:07 PST
Comment on attachment 221844 [details]
Patch

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

> Source/WebKit/efl/ChangeLog:8
> +        pre_render related codes are only for ewk_view_tiled.

are -> is ?

> Source/WebKit/efl/ChangeLog:9
> +        In addition, we don't have requirement to override repaints_process and scroll_process now.

requirement -> any requirement ?
Comment 3 Ryuan Choi 2014-01-22 18:20:01 PST
Committed r162581: <http://trac.webkit.org/changeset/162581>
Comment 4 Ryuan Choi 2014-01-22 18:32:50 PST
Comment on attachment 221844 [details]
Patch

Clear flags after applied comment and landed.