Bug 103192 - [EFL] Refactor RenderThemeEfl::paintThemePart()
Summary: [EFL] Refactor RenderThemeEfl::paintThemePart()
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: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-24 15:55 PST by Chris Dumez
Modified: 2012-11-24 18:53 PST (History)
7 users (show)

See Also:


Attachments
Patch (6.17 KB, patch)
2012-11-24 16:01 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2012-11-24 15:55:45 PST
RenderThemeEfl::paintThemePart() could benefit from some refactoring:
- Some C'ism should be removed
- RTL code could be moved to its own method
- evas_render() should be called instead of evas_render_updates() to avoid creating uselessly update rects.
Comment 1 Chris Dumez 2012-11-24 16:01:22 PST
Created attachment 175868 [details]
Patch
Comment 2 WebKit Review Bot 2012-11-24 18:53:05 PST
Comment on attachment 175868 [details]
Patch

Clearing flags on attachment: 175868

Committed r135663: <http://trac.webkit.org/changeset/135663>
Comment 3 WebKit Review Bot 2012-11-24 18:53:09 PST
All reviewed patches have been landed.  Closing bug.