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

Unified Diff: ui/ozone/platform/dri/dri_util.h

Issue 913273006: ozone: choose a card useful for display rather than by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 10 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 | « no previous file | ui/ozone/platform/dri/dri_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/dri/dri_util.h
diff --git a/ui/ozone/platform/dri/dri_util.h b/ui/ozone/platform/dri/dri_util.h
index 20f62c10b8ba5c53062ed6c6c92890669ad2d165..51d0187e7472cebfe83b7834c4940ee41cf47a79 100644
--- a/ui/ozone/platform/dri/dri_util.h
+++ b/ui/ozone/platform/dri/dri_util.h
@@ -5,6 +5,7 @@
#ifndef UI_OZONE_PLATFORM_DRI_DRI_UTIL_H_
#define UI_OZONE_PLATFORM_DRI_DRI_UTIL_H_
+#include "base/files/file_path.h"
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_vector.h"
@@ -51,6 +52,8 @@ bool MapDumbBuffer(int fd,
void ForceInitializationOfPrimaryDisplay(const scoped_refptr<DriWrapper>& drm,
ScreenManager* screen_manager);
+base::FilePath GetFirstDisplayCardPath();
+
} // namespace ui
#endif // UI_OZONE_PLATFORM_DRI_DRI_UTIL_H_
« no previous file with comments | « no previous file | ui/ozone/platform/dri/dri_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698