Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6350)

Unified Diff: content/test/web_layer_tree_view_impl_for_testing.cc

Issue 1382863003: Remove unused dsf related method (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}
« no previous file with comments | « content/test/web_layer_tree_view_impl_for_testing.h ('k') | third_party/WebKit/public/platform/WebLayerTreeView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698