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

Unified Diff: ui/display/chromeos/display_configurator.h

Issue 2498103002: Fix potential GPU crash caused by VT switching (Closed)
Patch Set: 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 | « no previous file | ui/display/chromeos/display_configurator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/chromeos/display_configurator.h
diff --git a/ui/display/chromeos/display_configurator.h b/ui/display/chromeos/display_configurator.h
index 368079aa895344ba2d1ccd6d08be6622627c2cbb..8c394e7107aac6201591f4197a1155d9c83a6a7c 100644
--- a/ui/display/chromeos/display_configurator.h
+++ b/ui/display/chromeos/display_configurator.h
@@ -381,6 +381,10 @@ class DISPLAY_EXPORT DisplayConfigurator : public NativeDisplayObserver {
void OnDisplayControlRelinquished(const DisplayControlCallback& callback,
bool success);
+ // Helper function that sends the actual command.
Daniel Erat 2016/11/14 22:44:43 please document what "success" is, since it's uncl
dnicoara 2016/11/14 22:51:45 Done.
+ void SendRelinquishDisplayControl(const DisplayControlCallback& callback,
+ bool success);
+
StateController* state_controller_;
SoftwareMirroringController* mirroring_controller_;
std::unique_ptr<NativeDisplayDelegate> native_display_delegate_;
« no previous file with comments | « no previous file | ui/display/chromeos/display_configurator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698