[Webkit-unassigned] [Bug 74769] [chromium] Add CCTimer class for the compositor
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 19 17:24:09 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=74769
--- Comment #5 from James Robinson <jamesr at chromium.org> 2011-12-19 17:24:09 PST ---
(From update of attachment 119956)
View in context: https://bugs.webkit.org/attachment.cgi?id=119956&action=review
> Source/WebCore/platform/graphics/chromium/cc/CCTimer.h:78
> +class CCTimer : public CCTimerBase {
> +public:
> + CCTimer(CCThread* thread, CCTimerClient* client = 0) : CCTimerBase(thread), m_client(client) { }
why do we need the base class here? we only have one subclass
--
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