| Index: cc/trees/layer_tree_host.cc
|
| diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
|
| index d0f344ff203f7c357e38b7b450408c35eb1a645d..d50c3a84faac2b98b081304b5548af4e37b3f814 100644
|
| --- a/cc/trees/layer_tree_host.cc
|
| +++ b/cc/trees/layer_tree_host.cc
|
| @@ -949,6 +949,14 @@ void LayerTreeHost::BuildPropertyTreesForTesting() {
|
| gfx::Rect(device_viewport_size_), identity_transform, &property_trees_);
|
| }
|
|
|
| +void LayerTreeHost::ReportFixedRasterScaleUseCounters(
|
| + bool has_fixed_raster_scale_blurry_content,
|
| + bool has_fixed_raster_scale_potential_performance_regression) {
|
| + client_->ReportFixedRasterScaleUseCounters(
|
| + has_fixed_raster_scale_blurry_content,
|
| + has_fixed_raster_scale_potential_performance_regression);
|
| +}
|
| +
|
| bool LayerTreeHost::UsingSharedMemoryResources() {
|
| return GetRendererCapabilities().using_shared_memory_resources;
|
| }
|
|
|