[Webkit-unassigned] [Bug 88268] [chromium] Expose rendering statistics to WebLayerTreeView.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 22 14:11:27 PDT 2012


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


James Robinson <jamesr at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #149091|review?                     |review+
               Flag|                            |




--- Comment #35 from James Robinson <jamesr at chromium.org>  2012-06-22 14:11:24 PST ---
(From update of attachment 149091)
View in context: https://bugs.webkit.org/attachment.cgi?id=149091&action=review

R=me

> Source/WebKit/chromium/src/WebLayerTreeView.cpp:39
> +#include "public/WebRenderingStats.h"

nit: should be #include <public/WebRenderingStats.h>

> Source/WebKit/chromium/src/WebViewImpl.cpp:734
> +    if (!isAcceleratedCompositingActive())
> +        ASSERT_NOT_REACHED();

we'd normally spell this: ASSERT(isAcceleratedCompositingActive());

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