[Webkit-unassigned] [Bug 93838] [EFL] Use vertical slider theme when the slider is vertical

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 21 22:51:15 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=93838





--- Comment #4 from Christophe Dumez <christophe.dumez at intel.com>  2012-08-21 22:51:11 PST ---
(From update of attachment 159641)
View in context: https://bugs.webkit.org/attachment.cgi?id=159641&action=review

>>> Source/WebCore/platform/efl/RenderThemeEfl.cpp:769
>>> +    const struct ThemePartDesc* desc;
>> 
>> I know this construction was already like this, but since you are touch this part you can leave out the `struct' part, it's an unneeded C-ism.
> 
> You mean, remove const, right?

No he means use:
ThemePartDesc* desc;

This is valid in C++.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list