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

Unified Diff: services/ui/display/platform_screen_ozone_unittests.cc

Issue 2324163002: Add FakeDisplayDelegate for off device usage. (Closed)
Patch Set: Address rjkroege comments. Created 4 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: services/ui/display/platform_screen_ozone_unittests.cc
diff --git a/services/ui/display/platform_screen_ozone_unittests.cc b/services/ui/display/platform_screen_ozone_unittests.cc
index 1375b8b5a6b62c051e914f44f60c804ebcc23bea..cdbde7a11b1b44ddee9128d746d7e1d12fd5e184 100644
--- a/services/ui/display/platform_screen_ozone_unittests.cc
+++ b/services/ui/display/platform_screen_ozone_unittests.cc
@@ -30,7 +30,7 @@ using testing::SizeIs;
namespace {
// The ID of default "display" that gets added when running off device.
-const int64_t kDefaultDisplayId = 36028797018963969;
+const int64_t kDefaultDisplayId = 36028797019219969;
// Holds info about the display state we want to test.
struct DisplayState {

Powered by Google App Engine
This is Rietveld 408576698