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

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

Issue 1131813003: [2/2][Ozone-Drm] Scan for displays on browser size during startup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@handle-display-init3
Patch Set: rebased Created 5 years, 7 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/BUILD.gn ('k') | ui/ozone/common/display_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/common/display_util.h
diff --git a/ui/ozone/common/display_util.h b/ui/ozone/common/display_util.h
index 898289a960d899a978f5a39f3a054c5609bf212c..f56ad12edaed6873d195c6177a4fe9f6f62e49bd 100644
--- a/ui/ozone/common/display_util.h
+++ b/ui/ozone/common/display_util.h
@@ -37,17 +37,6 @@ DisplaySnapshot_Params GetDisplaySnapshotParams(const DisplaySnapshot& display);
// Return false if the command line flags are not specified.
bool CreateSnapshotFromCommandLine(DisplaySnapshot_Params* snapshot_out);
-// Create a display snapshot from |file| that contains EDID.
-// Return false if the file doesn't exist, or it doesn't contain valid EDID.
-bool CreateSnapshotFromEDIDFile(const base::FilePath& file,
- DisplaySnapshot_Params* snapshot_out);
-
-// Create a display snaphot from edid.
-// Return false if it doesn't contain valid EDID.
-OZONE_EXPORT bool CreateSnapshotFromEDID(bool internal,
- const std::vector<uint8_t>& edid,
- DisplaySnapshot_Params* snapshot_out);
-
} // namespace ui
#endif // UI_OZONE_COMMON_DISPLAY_UTIL_H_
« no previous file with comments | « ui/ozone/BUILD.gn ('k') | ui/ozone/common/display_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698