[Webkit-unassigned] [Bug 39269] [Chromium] Windows: Determinate progress bar should have glossy overlay

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 18 03:11:10 PDT 2010


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





--- Comment #6 from MORITA Hajime <morrita at google.com>  2010-05-18 03:11:10 PST ---
Hi Kent-san, thank you for reviewing quickly!
I updated the patch to take the feedback.

> WebCore/platform/chromium/ChromiumBridge.h:228
>  +              GraphicsContext*, const IntRect& barRect, const IntRect& valueRect, bool determinate, double time);
> The name "time" is unclear.  Maybe "secondsSinceEpoch"?
Fixed to replace with "animatedSeconds". I fixed other part too.

This patch also chagnes the value from 
absolute seconds (WTF::currentTime()) to 
relative seconds from animation started to 
make the animation starts from left side.

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