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

Unified Diff: ui/ozone/gl/gl_image_ozone_native_pixmap_drm_unittest.cc

Issue 2317913003: ui/ozone: Fix some typos. (Closed)
Patch Set: Fix one more typo in Ozone DRM. Created 4 years, 3 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/drm/ozone_platform_gbm.cc » ('j') | ui/ozone/public/ozone_platform.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'";
« no previous file with comments | « no previous file | ui/ozone/platform/drm/ozone_platform_gbm.cc » ('j') | ui/ozone/public/ozone_platform.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698