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

Unified Diff: cc/layers/picture_layer_impl.h

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/layers/picture_layer_impl.h
diff --git a/cc/layers/picture_layer_impl.h b/cc/layers/picture_layer_impl.h
index e341ecc65f87ef048abb1d19669db485734c96c8..ee7811d9421ea4a347a1309da5151df3a48efdf8 100644
--- a/cc/layers/picture_layer_impl.h
+++ b/cc/layers/picture_layer_impl.h
@@ -130,6 +130,7 @@ class CC_EXPORT PictureLayerImpl
float ideal_device_scale_;
float ideal_source_scale_;
float ideal_contents_scale_;
+ float last_ideal_source_scale_;
chrishtr 2016/05/05 20:33:07 Brief comment about what "last" means?
vmpstr 2016/05/06 19:53:48 Done.
float raster_page_scale_;
float raster_device_scale_;

Powered by Google App Engine
This is Rietveld 408576698