| Index: content/test/web_layer_tree_view_impl_for_testing.cc
|
| diff --git a/content/test/web_layer_tree_view_impl_for_testing.cc b/content/test/web_layer_tree_view_impl_for_testing.cc
|
| index 51d1a7154c483eeb60e12c97c4116ce50309e173..86b1fa4b6b2570662a165fce6372c255d6f1e03a 100644
|
| --- a/content/test/web_layer_tree_view_impl_for_testing.cc
|
| +++ b/content/test/web_layer_tree_view_impl_for_testing.cc
|
| @@ -78,10 +78,6 @@ void WebLayerTreeViewImplForTesting::setDeviceScaleFactor(
|
| layer_tree_host_->SetDeviceScaleFactor(device_scale_factor);
|
| }
|
|
|
| -float WebLayerTreeViewImplForTesting::deviceScaleFactor() const {
|
| - return layer_tree_host_->device_scale_factor();
|
| -}
|
| -
|
| void WebLayerTreeViewImplForTesting::setBackgroundColor(WebColor color) {
|
| layer_tree_host_->set_background_color(color);
|
| }
|
|
|