| Summary: | [EFL][CoordinatedGraphics] Remove setBackgroundColor message | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Ryuan Choi <ryuan.choi> | ||||
| Component: | WebKit EFL | Assignee: | Ryuan Choi <ryuan.choi> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | commit-queue, gyuyoung.kim, hw1008.kim, lucas.de.marchi, yoon | ||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Ryuan Choi
2014-09-15 08:39:43 PDT
Created attachment 238130 [details]
Patch
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.
hyowon, could you take a look at this? 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 on attachment 238130 [details] Patch Clearing flags on attachment: 238130 Committed r173748: <http://trac.webkit.org/changeset/173748> All reviewed patches have been landed. Closing bug. |