[Webkit-unassigned] [Bug 58054] REGRESSION (WebKit2): Accelerated CSS animations have a lower framerate than in WebKit1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 1 10:08:06 PDT 2011


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





--- Comment #17 from Adam Roben (:aroben) <aroben at apple.com>  2011-06-01 10:08:06 PST ---
(From update of attachment 95617)
View in context: https://bugs.webkit.org/attachment.cgi?id=95617&action=review

>> Source/WebKit2/Shared/win/CoalescedWindowGeometriesUpdater.h:36
>> +enum BringToTopOrNot { BringToTop, DoNotBringToTop };
> 
> Should this enum be defined inside the CoalescedWindowGeometriesUpdater class?

Given how specific this enum is, I don't think there's any danger of its name conflicting with some other use. If some other class wants to use this exact enum, we can move it to a shared header. Leaving the enum outside of the class makes code that uses the enum clearer.

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