Bug 136824 - [EFL][CoordinatedGraphics] Remove setBackgroundColor message
Summary: [EFL][CoordinatedGraphics] Remove setBackgroundColor message
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: 2014-09-15 08:39 PDT by Ryuan Choi
Modified: 2014-09-18 21:42 PDT (History)
5 users (show)

See Also:


Attachments
Patch (19.56 KB, patch)
2014-09-15 08:53 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 2014-09-15 08:39:43 PDT
pageExtendedBackgroundColor in WebPageProxy provides similar functionality.
Comment 1 Ryuan Choi 2014-09-15 08:53:23 PDT
Created attachment 238130 [details]
Patch
Comment 2 Gyuyoung Kim 2014-09-15 10:00:12 PDT
Comment on attachment 238130 [details]
Patch

Now I understand that setBackgroundColor() is used by Coordinated Graphics, and pageExtendedBackgroundColor() is supported by Mac or iOS port. However, it is same functionality. If so, I agree to use pageExtendedBackgroundColor(). Though I want to test layout test with pixel-test, unfortunately EFL port doesn't support the pixel test yet. I wonder how does yoon think about this refactor patch.
Comment 3 Ryuan Choi 2014-09-17 22:02:10 PDT
hyowon, could you take a look at this?
Comment 4 Gyuyoung Kim 2014-09-18 21:06:23 PDT
Comment on attachment 238130 [details]
Patch

I think it is a our way to share common interface or function. In this case, pageExtendedBackgroundColor() is being used by WK2's mac port. So, I would set r+ed for this refactoring.
Comment 5 WebKit Commit Bot 2014-09-18 21:41:54 PDT
Comment on attachment 238130 [details]
Patch

Clearing flags on attachment: 238130

Committed r173748: <http://trac.webkit.org/changeset/173748>
Comment 6 WebKit Commit Bot 2014-09-18 21:42:02 PDT
All reviewed patches have been landed.  Closing bug.