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

Unified Diff: ui/ozone/public/surface_factory_ozone.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
Index: ui/ozone/public/surface_factory_ozone.cc
diff --git a/ui/ozone/public/surface_factory_ozone.cc b/ui/ozone/public/surface_factory_ozone.cc
index 98d51a5a5edbd72b10d1d091a503d31c4490277a..c38c240afbb8b98e2d3cf4e63f2e9114351c0006 100644
--- a/ui/ozone/public/surface_factory_ozone.cc
+++ b/ui/ozone/public/surface_factory_ozone.cc
@@ -26,7 +26,7 @@ SurfaceFactoryOzone::GetAllowedGLImplementations() {
return impls;
}
-GLOzone* SurfaceFactoryOzone::GetGLOzone(gl::GLImplementation implemenation) {
+GLOzone* SurfaceFactoryOzone::GetGLOzone(gl::GLImplementation implementation) {
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698