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

Unified Diff: cc/trees/proxy_main.cc

Issue 1946403003: Add fixed raster scale use counter histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: cc/trees/proxy_main.cc
diff --git a/cc/trees/proxy_main.cc b/cc/trees/proxy_main.cc
index d62340f58cf7f6a6fd75edad5ec2667566d61a01..0a0972b9df3f22da919a35935d14b281ae48f24a 100644
--- a/cc/trees/proxy_main.cc
+++ b/cc/trees/proxy_main.cc
@@ -186,6 +186,10 @@ void ProxyMain::BeginMainFrame(
layer_tree_host_->WillBeginMainFrame();
+ layer_tree_host_->ReportFixedRasterScaleUseCounters(
+ begin_main_frame_state->has_fixed_raster_scale_blurry_content,
+ begin_main_frame_state
+ ->has_fixed_raster_scale_potential_performance_regression);
layer_tree_host_->BeginMainFrame(begin_main_frame_state->begin_frame_args);
layer_tree_host_->AnimateLayers(
begin_main_frame_state->begin_frame_args.frame_time);

Powered by Google App Engine
This is Rietveld 408576698