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

Unified Diff: ui/ozone/public/surface_factory_ozone.h

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.h
diff --git a/ui/ozone/public/surface_factory_ozone.h b/ui/ozone/public/surface_factory_ozone.h
index dade826f6f58dceb9f1d1d248d31ca795ca54626..08ccec8218bd2feed0977d9921985ed75f813b97 100644
--- a/ui/ozone/public/surface_factory_ozone.h
+++ b/ui/ozone/public/surface_factory_ozone.h
@@ -45,7 +45,7 @@ class SurfaceOzoneCanvas;
//
// The following functions are specific to GL:
// - GetAllowedGLImplementations
-// - GetOzoneGLementation (along with the associated GLOzone)
+// - GetGLOzone (along with the associated GLOzone)
//
// 2) Software Drawing (Skia):
//
@@ -56,7 +56,7 @@ class SurfaceOzoneCanvas;
// path.
//
// The remaining functions are not covered since they are needed in both drawing
-// modes (See comments bellow for descriptions).
+// modes (See comments below for descriptions).
class OZONE_BASE_EXPORT SurfaceFactoryOzone {
public:
// Returns a list of allowed GL implementations. The default implementation
@@ -65,7 +65,7 @@ class OZONE_BASE_EXPORT SurfaceFactoryOzone {
// Returns the GLOzone to use for the specified GL implementation, or null if
// GL implementation doesn't exist.
- virtual GLOzone* GetGLOzone(gl::GLImplementation implemenation);
+ virtual GLOzone* GetGLOzone(gl::GLImplementation implementation);
// DEPRECATED(kylechar): Implement GLOzoneEGL instead.
virtual intptr_t GetNativeDisplay();

Powered by Google App Engine
This is Rietveld 408576698