Bug 63370 - [EFL] Remove ewk_frame_theme_get/set.
Summary: [EFL] Remove ewk_frame_theme_get/set.
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:
Blocks:
 
Reported: 2011-06-24 17:55 PDT by Ryuan Choi
Modified: 2011-06-24 18:33 PDT (History)
5 users (show)

See Also:


Attachments
Patch (4.29 KB, patch)
2011-06-24 18:01 PDT, 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 2011-06-24 17:55:03 PDT
Although we change theme for each frame,
WebCore will use only last theme because RenderTheme is only created for Page.

I believe that it should be removed to reduce confusion for developers.
Developers should use ewk_view_theme_set instead of ewk_frame_theme_set.
Comment 1 Ryuan Choi 2011-06-24 18:01:44 PDT
Created attachment 98568 [details]
Patch
Comment 2 Ryuan Choi 2011-06-24 18:21:39 PDT
Committed r89721: <http://trac.webkit.org/changeset/89721>