[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:52:40 PDT 2012


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





--- Comment #5 from KwangYong Choi <ky0.choi at samsung.com>  2012-08-21 22:52:38 PST ---
(In reply to comment #4)
> (From update of attachment 159641 [details])
> 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++.

OK.

-- 
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