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

Unified Diff: cc/proto/begin_main_frame_and_commit_state.proto

Issue 1946403003: Add fixed raster scale use counter histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase+fix 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
« no previous file with comments | « cc/layers/picture_layer_impl.cc ('k') | cc/proto/layer.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proto/begin_main_frame_and_commit_state.proto
diff --git a/cc/proto/begin_main_frame_and_commit_state.proto b/cc/proto/begin_main_frame_and_commit_state.proto
index 9881131273c6685156332adb833ce77cb3dae589..724201a23655dc4d62e968207cca21351c4bdf36 100644
--- a/cc/proto/begin_main_frame_and_commit_state.proto
+++ b/cc/proto/begin_main_frame_and_commit_state.proto
@@ -47,4 +47,6 @@ message BeginMainFrameAndCommitState {
optional ScrollAndScaleSet scroll_info = 3;
optional int64 memory_allocation_limit_bytes = 4;
optional bool evicted_ui_resources = 5;
-}
+ optional bool has_fixed_raster_scale_blurry_content = 6;
+ optional bool has_fixed_raster_scale_potential_performance_regression = 7;
+}
« no previous file with comments | « cc/layers/picture_layer_impl.cc ('k') | cc/proto/layer.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698