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

Unified Diff: ui/display/chromeos/x11/native_display_delegate_x11.h

Issue 788423002: Add display task to trigger display configuration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@async-refactor3
Patch Set: Remove include in favour of forward declare Created 6 years 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
Index: ui/display/chromeos/x11/native_display_delegate_x11.h
diff --git a/ui/display/chromeos/x11/native_display_delegate_x11.h b/ui/display/chromeos/x11/native_display_delegate_x11.h
index 3904735fc6c5e94f009d7203b83fb7a4ea18c57a..c6e094019de166fe08d8950cd642eec63626774f 100644
--- a/ui/display/chromeos/x11/native_display_delegate_x11.h
+++ b/ui/display/chromeos/x11/native_display_delegate_x11.h
@@ -78,6 +78,7 @@ class DISPLAY_EXPORT NativeDisplayDelegateX11 : public NativeDisplayDelegate {
virtual void SetBackgroundColor(uint32_t color_argb) override;
virtual void ForceDPMSOn() override;
virtual std::vector<DisplaySnapshot*> GetDisplays() override;
+ virtual void GetDisplays(const GetDisplaysCallback& callback) override;
virtual void AddMode(const DisplaySnapshot& output,
const DisplayMode* mode) override;
virtual bool Configure(const DisplaySnapshot& output,

Powered by Google App Engine
This is Rietveld 408576698