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

Unified Diff: cc/trees/proxy_common.h

Issue 1946403003: Add fixed raster scale use counter histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review+fixup 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_common.h
diff --git a/cc/trees/proxy_common.h b/cc/trees/proxy_common.h
index 720ced29cbb8053e64ed381a4fc869f0ff6c6312..cb49c9423c3cdf7daf6dc99ec19b71b81c8b4a5c 100644
--- a/cc/trees/proxy_common.h
+++ b/cc/trees/proxy_common.h
@@ -32,6 +32,8 @@ struct CC_EXPORT BeginMainFrameAndCommitState {
std::unique_ptr<ScrollAndScaleSet> scroll_info;
size_t memory_allocation_limit_bytes;
bool evicted_ui_resources;
+ bool has_fixed_raster_scale_blurry_content;
+ bool has_fixed_raster_scale_potential_performance_regression;
void ToProtobuf(proto::BeginMainFrameAndCommitState* proto) const;
void FromProtobuf(const proto::BeginMainFrameAndCommitState& proto);

Powered by Google App Engine
This is Rietveld 408576698