| Index: ui/ozone/platform/dri/dri_util.cc
|
| diff --git a/ui/ozone/platform/dri/dri_util.cc b/ui/ozone/platform/dri/dri_util.cc
|
| index dee846117c4b8ec5b5169fe522370064b4a192bc..7849efdc52d07c091a6a5d900bf621485ded4e4b 100644
|
| --- a/ui/ozone/platform/dri/dri_util.cc
|
| +++ b/ui/ozone/platform/dri/dri_util.cc
|
| @@ -165,7 +165,7 @@ void ForceInitializationOfPrimaryDisplay(const scoped_refptr<DriWrapper>& drm,
|
| }
|
| }
|
|
|
| -base::FilePath GetFirstDisplayCardPath() {
|
| +base::FilePath GetPrimaryDisplayCardPath() {
|
| struct drm_mode_card_res res;
|
| for (int i = 0; /* end on first card# that does not exist */; i++) {
|
| std::string card_path = base::StringPrintf(kDefaultGraphicsCardPattern, i);
|
|
|