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

Unified Diff: content/shell/renderer/layout_test/blink_test_runner.cc

Issue 2123833002: Remove duplicated function in RenderView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/layout_test/blink_test_runner.cc
diff --git a/content/shell/renderer/layout_test/blink_test_runner.cc b/content/shell/renderer/layout_test/blink_test_runner.cc
index 9329244f9d9bbcbcea15efda8be95389c5bd48aa..3edb5213efb7b2237fc2e3f34de13590a74ee93b 100644
--- a/content/shell/renderer/layout_test/blink_test_runner.cc
+++ b/content/shell/renderer/layout_test/blink_test_runner.cc
@@ -710,7 +710,7 @@ blink::WebPlugin* BlinkTestRunner::CreatePluginPlaceholder(
}
float BlinkTestRunner::GetDeviceScaleFactorForTest() const {
Charlie Reis 2016/07/06 17:23:37 We could probably drop the "ForTest" from here as
- return render_view()->GetDeviceScaleFactorForTest();
+ return render_view()->GetDeviceScaleFactor();
}
void BlinkTestRunner::RunIdleTasks(const base::Closure& callback) {
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698