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

Unified Diff: ui/ozone/common/native_display_delegate_ozone.h

Issue 2324163002: Add FakeDisplayDelegate for off device usage. (Closed)
Patch Set: Fix windows compile problems. Created 4 years, 3 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 | « ui/ozone/DEPS ('k') | ui/ozone/common/native_display_delegate_ozone.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/common/native_display_delegate_ozone.h
diff --git a/ui/ozone/common/native_display_delegate_ozone.h b/ui/ozone/common/native_display_delegate_ozone.h
index e70c193d43585c40f6d40044c336f0ab18b5b93d..9127fd22bf0ef0563d0eb510fd7032a5fddf29e6 100644
--- a/ui/ozone/common/native_display_delegate_ozone.h
+++ b/ui/ozone/common/native_display_delegate_ozone.h
@@ -55,11 +55,7 @@ class NativeDisplayDelegateOzone : public NativeDisplayDelegate {
const std::vector<float>& correction_matrix) override;
void AddObserver(NativeDisplayObserver* observer) override;
void RemoveObserver(NativeDisplayObserver* observer) override;
-
- protected:
- std::vector<std::unique_ptr<DisplaySnapshot>>& displays() {
- return displays_;
- }
+ display::FakeDisplayController* GetFakeDisplayController() override;
private:
std::vector<std::unique_ptr<DisplaySnapshot>> displays_;
« no previous file with comments | « ui/ozone/DEPS ('k') | ui/ozone/common/native_display_delegate_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698