[Webkit-unassigned] [Bug 91694] [chromium] Add droppedFrameCount to renderingStats.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 20 10:30:24 PDT 2012


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





--- Comment #9 from Nat Duca <nduca at chromium.org>  2012-07-20 10:30:25 PST ---
(From update of attachment 153356)
View in context: https://bugs.webkit.org/attachment.cgi?id=153356&action=review

>> Source/WebCore/platform/graphics/chromium/cc/CCSingleThreadProxy.cpp:32
>> +#include "cc/CCFrameRateCounter.h"
> 
> It's kind of weird to me that CCSingleThreadProxy has to directly know about the fps counter.  Can you just wrap sourceAnimationFrameNumber and droppedFrameCount in CCLTHI member functions?

Good poitn. David, lets add a method on m_layerTreeHostImpl->renderingStats(CCRenderingStats&) and have the proxies just call through to that. Then we can have one place where we fill in the impl-side stats.

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