| 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_
|
|
|