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

Unified Diff: services/ui/display/screen_manager_ozone_external.h

Issue 2698473008: Implement ScreenManagerOzoneExternal::RequestCloseDisplay (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | services/ui/display/screen_manager_ozone_external.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/display/screen_manager_ozone_external.h
diff --git a/services/ui/display/screen_manager_ozone_external.h b/services/ui/display/screen_manager_ozone_external.h
index 31a3b6ce899a10edd9ecc626d59cda91a496524e..29b15dfed851d43344853d52bc52f30b87e4a215 100644
--- a/services/ui/display/screen_manager_ozone_external.h
+++ b/services/ui/display/screen_manager_ozone_external.h
@@ -28,6 +28,8 @@ class ScreenManagerOzoneExternal : public ScreenManager {
int64_t GetPrimaryDisplayId() const override;
void RequestCloseDisplay(int64_t display_id) override;
+ ScreenManagerDelegate* delegate_ = nullptr;
+
DISALLOW_COPY_AND_ASSIGN(ScreenManagerOzoneExternal);
};
« no previous file with comments | « no previous file | services/ui/display/screen_manager_ozone_external.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698