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

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

Issue 796263002: Remove synchronous GetDisplays() and Configure() from NativeDisplayDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@async-refactor5
Patch Set: Removed deprecated calls from TestNativeDisplayDelegate and update the ExternalControl test 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 c6e094019de166fe08d8950cd642eec63626774f..c5f528161c80e13bffbc3258aa9a8e7e0216e68e 100644
--- a/ui/display/chromeos/x11/native_display_delegate_x11.h
+++ b/ui/display/chromeos/x11/native_display_delegate_x11.h
@@ -77,13 +77,9 @@ class DISPLAY_EXPORT NativeDisplayDelegateX11 : public NativeDisplayDelegate {
virtual void SyncWithServer() override;
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,
- const DisplayMode* mode,
- const gfx::Point& origin) override;
virtual void Configure(const DisplaySnapshot& output,
const DisplayMode* mode,
const gfx::Point& origin,
« no previous file with comments | « ui/display/chromeos/test/test_native_display_delegate.cc ('k') | ui/display/chromeos/x11/native_display_delegate_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698