Bug 127417 - [EFL] Remove unnecessary smart method since ewk_view_tiled removed
Summary: [EFL] Remove unnecessary smart method since ewk_view_tiled removed
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: Ryuan Choi
URL:
Keywords:
Depends on: 125961
Blocks:
  Show dependency treegraph
 
Reported: 2014-01-22 01:44 PST by Ryuan Choi
Modified: 2014-01-22 18:32 PST (History)
5 users (show)

See Also:


Attachments
Patch (15.32 KB, patch)
2014-01-22 02:26 PST, Ryuan Choi
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.