[Webkit-unassigned] [Bug 35087] New port: EFL; adding files to WebCore/*/efl
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Feb 25 12:54:51 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=35087
--- Comment #43 from Kenneth Rohde Christiansen <kenneth at webkit.org> 2010-02-25 12:54:50 PST ---
(From update of attachment 49522)
> +
> +class ScrollbarThemeEfl : public ScrollbarTheme {
> +public:
> + virtual ~ScrollbarThemeEfl();
> +
> + virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar);
> +
> + virtual void registerScrollbar(Scrollbar* scrollbar);
> + virtual void unregisterScrollbar(Scrollbar* scrollbar);
> +
> +
> +};
excessive new lines, please remove.
--
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