Commit 633e315d authored by lionel.g.landwerlin's avatar lionel.g.landwerlin Committed by Commit bot

ui: ozone: dri: fix compilation

BUG=463459

Review URL: https://codereview.chromium.org/973813002

Cr-Commit-Position: refs/heads/master@{#318882}
parent 064e0461
...@@ -86,7 +86,7 @@ intptr_t GbmSurfaceFactory::GetNativeDisplay() { ...@@ -86,7 +86,7 @@ intptr_t GbmSurfaceFactory::GetNativeDisplay() {
#if defined(USE_MESA_PLATFORM_NULL) #if defined(USE_MESA_PLATFORM_NULL)
return EGL_DEFAULT_DISPLAY; return EGL_DEFAULT_DISPLAY;
#else #else
scoped_refptr<GbmWrapper> gbm = GetGbmDevice(gfx::kNullAcceleratedWidget); scoped_refptr<GbmDevice> gbm = GetGbmDevice(gfx::kNullAcceleratedWidget);
DCHECK(gbm); DCHECK(gbm);
return reinterpret_cast<intptr_t>(gbm->device()); return reinterpret_cast<intptr_t>(gbm->device());
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment