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

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

Issue 2189893004: Unify display ids between Display and PlatformDisplay. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Back to pure virtual. Created 4 years, 5 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
« no previous file with comments | « services/ui/ws/display.cc ('k') | services/ui/ws/display_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/display_manager.h
diff --git a/services/ui/ws/display_manager.h b/services/ui/ws/display_manager.h
index 4c7847db26b60e89221618b35e6a14abee4fbeb9..3409f377ee4d77636357c27b250494920159d336 100644
--- a/services/ui/ws/display_manager.h
+++ b/services/ui/ws/display_manager.h
@@ -68,8 +68,6 @@ class DisplayManager : public UserIdTrackerObserver {
// as well as the root of WindowManagers).
WindowId GetAndAdvanceNextRootId();
- uint32_t GetAndAdvanceNextDisplayId();
-
// Called when the AcceleratedWidget is available for |display|.
void OnDisplayAcceleratedWidgetAvailable(Display* display);
@@ -91,8 +89,6 @@ class DisplayManager : public UserIdTrackerObserver {
// ID to use for next root node.
ClientSpecificId next_root_id_;
- uint32_t next_display_id_;
-
DISALLOW_COPY_AND_ASSIGN(DisplayManager);
};
« no previous file with comments | « services/ui/ws/display.cc ('k') | services/ui/ws/display_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698