https://bugs.webkit.org/show_bug.cgi?id=80174
Reviewed by James Robinson.
Covered by existing chromium unit tests.
Firing TRACE_EVENT once per draw quad is overwhelming.
* platform/graphics/chromium/cc/CCQuadCuller.cpp:
(WebCore::CCQuadCuller::cullOccludedQuads):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@109600
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-03-02 W. James MacLean <wjmaclean@chromium.org>
+
+ [chromium] Remove TRACE_EVENT from CCQuadCuller::cullOccludedQuads.
+ https://bugs.webkit.org/show_bug.cgi?id=80174
+
+ Reviewed by James Robinson.
+
+ Covered by existing chromium unit tests.
+
+ Firing TRACE_EVENT once per draw quad is overwhelming.
+
+ * platform/graphics/chromium/cc/CCQuadCuller.cpp:
+ (WebCore::CCQuadCuller::cullOccludedQuads):
+
2012-03-02 Erik Arvidsson <arv@chromium.org>
[V8] Make inline event attributes use evt for SVG and event otherwise
}
if (overdrawMetrics) {
- TRACE_EVENT("CCQuadCuller::cullOccludedQuads_OverdrawMetrics", 0, 0);
// We compute the area of the transformed quad, as this should be in pixels.
float area = quadArea(drawQuad->quadTransform().mapQuad(FloatQuad(drawQuad->quadRect())));
if (keepQuad) {