Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3198)

Unified Diff: cc/output/dc_layer_overlay.cc

Issue 2908623006: Record histogram when succeeding in creating a DC layer overlay. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/dc_layer_overlay.cc
diff --git a/cc/output/dc_layer_overlay.cc b/cc/output/dc_layer_overlay.cc
index 7cf68722011ea0e867f074a2174929bcc9259672..e5a043dd218b7d2281386ca54adf6e8a6b54ecc8 100644
--- a/cc/output/dc_layer_overlay.cc
+++ b/cc/output/dc_layer_overlay.cc
@@ -205,6 +205,7 @@ void DCLayerOverlayProcessor::Process(ResourceProvider* resource_provider,
}
overlay_damage_rect->Union(quad_rectangle);
+ RecordDCLayerResult(DC_LAYER_SUCCESS);
ca_layer_overlays->push_back(ca_layer);
// Only allow one overlay for now.
break;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698