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

Unified Diff: ui/display/chromeos/test/test_native_display_delegate.h

Issue 788423002: Add display task to trigger display configuration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@async-refactor3
Patch Set: . 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/test/test_native_display_delegate.h
diff --git a/ui/display/chromeos/test/test_native_display_delegate.h b/ui/display/chromeos/test/test_native_display_delegate.h
index 9b8f6757b9e93496955d228e7660696addbf4992..02fd4d4298379b879356c0c7f2a9960416eae746 100644
--- a/ui/display/chromeos/test/test_native_display_delegate.h
+++ b/ui/display/chromeos/test/test_native_display_delegate.h
@@ -49,6 +49,7 @@ class TestNativeDisplayDelegate : public NativeDisplayDelegate {
void SetBackgroundColor(uint32_t color_argb) override;
void ForceDPMSOn() override;
std::vector<DisplaySnapshot*> GetDisplays() override;
+ void GetDisplays(const GetDisplaysCallback& callback) override;
void AddMode(const DisplaySnapshot& output, const DisplayMode* mode) override;
bool Configure(const DisplaySnapshot& output,
const DisplayMode* mode,

Powered by Google App Engine
This is Rietveld 408576698