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

Unified Diff: content/shell/renderer/layout_test/blink_test_runner.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: content/shell/renderer/layout_test/blink_test_runner.h
diff --git a/content/shell/renderer/layout_test/blink_test_runner.h b/content/shell/renderer/layout_test/blink_test_runner.h
index ceb511478113a5c4e2b892d6b124b2e09164c079..a2446bf3911f1373a5f1f31aa4d84caef480b7ed 100644
--- a/content/shell/renderer/layout_test/blink_test_runner.h
+++ b/content/shell/renderer/layout_test/blink_test_runner.h
@@ -102,7 +102,7 @@ class BlinkTestRunner : public RenderViewObserver,
int action_index) override;
void SimulateWebNotificationClose(const std::string& title,
bool by_user) override;
- void SetDeviceScaleFactor(float factor) override;
+ bool SetDeviceScaleFactor(float factor) override;
void SetDeviceColorProfile(const std::string& name) override;
void EnableUseZoomForDSF() override;
void SetBluetoothFakeAdapter(const std::string& adapter_name,

Powered by Google App Engine
This is Rietveld 408576698