| Index: ui/ozone/gl/gl_image_ozone_native_pixmap_drm_unittest.cc
|
| diff --git a/ui/ozone/gl/gl_image_ozone_native_pixmap_drm_unittest.cc b/ui/ozone/gl/gl_image_ozone_native_pixmap_drm_unittest.cc
|
| index 6ff5db5ed00949fecd23a8ce4cf9cf794098c8f0..cc2f1527c052182c275c1fa0581bd9629fe68222 100644
|
| --- a/ui/ozone/gl/gl_image_ozone_native_pixmap_drm_unittest.cc
|
| +++ b/ui/ozone/gl/gl_image_ozone_native_pixmap_drm_unittest.cc
|
| @@ -38,8 +38,8 @@ scoped_refptr<ui::NativePixmap> CreateYVU420Pixmap(const gfx::Size& size,
|
| DCHECK_EQ(0, size.width() % 2);
|
| DCHECK_EQ(0, size.height() % 2);
|
|
|
| - // TODO(dcastagna): move the creation of the drmbuf to minigmb, where it's
|
| - // supposed to be, so we can abastract it and use SurfaceFactoryOzone.
|
| + // TODO(dcastagna): move the creation of the drmbuf to minigbm, where it's
|
| + // supposed to be, so we can abstract it and use SurfaceFactoryOzone.
|
| base::ScopedFD drm_fd(
|
| HANDLE_EINTR(open("/dev/dri/card0", O_RDWR | O_CLOEXEC)));
|
| DCHECK(drm_fd.is_valid()) << "Couldn't open '/dev/dri/card0'";
|
|
|