Two use counters:
1. If will-change: transform is not present on the cc::Layer, and the
content is rastered first at scale s_1, then the scale of the cc::Layer is changed to scale s_2 != s_1, then count the root document of the WebViewImpl as having "blurry raster"
2. If will-change: transform is not present on the cc::Layer, and the
content is rastered first at scale s_1, and n of the last m compositor
commits yielded different scales from each other on that cc::Layer, then
count the root document of the WebViewImpl as having "potentially
non-performant layer rasterization". Choose n and m to something simple,
like n=5 and m=10.
Comment 1 by chrishtr@chromium.org
, May 4 2016Blocking: 600867