| Index: cc/trees/layer_tree_host_unittest_remote_server.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_remote_server.cc b/cc/trees/layer_tree_host_unittest_remote_server.cc
|
| index fedc1149ec2946c91b325ec1adc0b0943c477e32..ecc5ef4cb6da434216e476d73f08af130fa56990 100644
|
| --- a/cc/trees/layer_tree_host_unittest_remote_server.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_remote_server.cc
|
| @@ -56,6 +56,9 @@ class LayerTreeHostTestRemoteServer : public testing::Test,
|
| void DidCommitAndDrawFrame() override {}
|
| void DidCompleteSwapBuffers() override {}
|
| void DidCompletePageScaleAnimation() override {}
|
| + void ReportFixedRasterScaleUseCounters(
|
| + bool has_blurry_content,
|
| + bool has_potential_performance_regression) override {}
|
|
|
| // RemoteProtoChannel implementation
|
| void SetProtoReceiver(RemoteProtoChannel::ProtoReceiver* receiver) override {
|
|
|