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

Unified Diff: services/ui/ws/test_utils.h

Issue 2523723002: Update display::Display::kInvalidDisplayID constant. (Closed)
Patch Set: Fix includes. Created 4 years, 1 month 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 | « services/ui/ws/platform_display_init_params.cc ('k') | services/ui/ws/test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/test_utils.h
diff --git a/services/ui/ws/test_utils.h b/services/ui/ws/test_utils.h
index caeba5f98d0c7f9b8abf578104c51f520995393e..b73f0b95590422bb51c35c37d7d940d071805ed4 100644
--- a/services/ui/ws/test_utils.h
+++ b/services/ui/ws/test_utils.h
@@ -34,6 +34,7 @@
#include "services/ui/ws/window_tree.h"
#include "services/ui/ws/window_tree_binding.h"
#include "ui/display/display.h"
+#include "ui/display/types/display_constants.h"
namespace ui {
namespace ws {
@@ -72,7 +73,7 @@ class TestPlatformScreen : public display::PlatformScreen {
private:
display::PlatformScreenDelegate* delegate_;
- int64_t primary_display_id_ = display::Display::kInvalidDisplayID;
+ int64_t primary_display_id_ = display::kInvalidDisplayId;
std::set<int64_t> display_ids_;
DISALLOW_COPY_AND_ASSIGN(TestPlatformScreen);
« no previous file with comments | « services/ui/ws/platform_display_init_params.cc ('k') | services/ui/ws/test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698