| Index: cc/trees/layer_tree_host_client.h
|
| diff --git a/cc/trees/layer_tree_host_client.h b/cc/trees/layer_tree_host_client.h
|
| index f02e40ec80b620bfdb0cadca3a5ff44fddf3060a..e3aca60d5b965f7f0c567b69c48a1fe85139cea7 100644
|
| --- a/cc/trees/layer_tree_host_client.h
|
| +++ b/cc/trees/layer_tree_host_client.h
|
| @@ -58,9 +58,6 @@ class LayerTreeHostClient {
|
| virtual void DidCommitAndDrawFrame() = 0;
|
| virtual void DidCompleteSwapBuffers() = 0;
|
| virtual void DidCompletePageScaleAnimation() = 0;
|
| - virtual void ReportFixedRasterScaleUseCounters(
|
| - bool has_blurry_content,
|
| - bool has_potential_performance_regression) = 0;
|
|
|
| protected:
|
| virtual ~LayerTreeHostClient() {}
|
|
|