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

Unified Diff: ui/display/display.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/window_tree.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/display.h
diff --git a/ui/display/display.h b/ui/display/display.h
index 1a8ebcf42ddb43bfb469205582f8e87fc4713a85..9980057e066c3dd2a1a31000480ec33d5b6c5bd9 100644
--- a/ui/display/display.h
+++ b/ui/display/display.h
@@ -66,10 +66,6 @@ class DISPLAY_EXPORT Display final {
TOUCH_SUPPORT_UNAVAILABLE,
};
- // Use display::kInvalidDisplayId from display_constants.h in new code.
- // TODO(kylechar): Delete after all references are gone.
- enum : int64_t { kInvalidDisplayID = display::kInvalidDisplayId };
-
// Creates a display with kInvalidDisplayId as default.
Display();
explicit Display(int64_t id);
« no previous file with comments | « services/ui/ws/window_tree.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698