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

Unified Diff: components/test_runner/web_test_delegate.h

Issue 2085153002: Adjust test expectations for infinite-size images. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 4 years, 6 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: components/test_runner/web_test_delegate.h
diff --git a/components/test_runner/web_test_delegate.h b/components/test_runner/web_test_delegate.h
index a258e3f4b6f08a19cb9e87bf8a9bcadb7a3eef36..db8c0869746d1f425a9fd99937c12e8647af5fbc 100644
--- a/components/test_runner/web_test_delegate.h
+++ b/components/test_runner/web_test_delegate.h
@@ -156,7 +156,8 @@ class WebTestDelegate {
bool by_user) = 0;
// Controls the device scale factor of the main WebView for hidpi tests.
- virtual void SetDeviceScaleFactor(float factor) = 0;
+ // Returns whether or not the use-zoom-for-dsf flag is enabled.
oshima 2016/06/22 01:11:51 TODO(oshima): Remove return value when all platfor
Bret 2016/06/22 17:42:26 Added in TestRunnerForSpecificView since that's th
+ virtual bool SetDeviceScaleFactor(float factor) = 0;
oshima 2016/06/22 01:11:51 I have a slight preference to have a separate IsUs
Bret 2016/06/22 17:42:27 I kinda like that better too, so I changed it.
// Enable zoom-for-dsf option.
virtual void EnableUseZoomForDSF() = 0;
« no previous file with comments | « components/test_runner/test_runner_for_specific_view.cc ('k') | content/shell/renderer/layout_test/blink_test_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698