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

Unified Diff: ui/ozone/public/native_pixmap.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/native_pixmap.h
diff --git a/ui/ozone/public/native_pixmap.h b/ui/ozone/public/native_pixmap.h
index 0296679152d5054a7f089e5dedff5848975e9767..7423e646bc5f4d0d536817f701fafd013f57636b 100644
--- a/ui/ozone/public/native_pixmap.h
+++ b/ui/ozone/public/native_pixmap.h
@@ -36,12 +36,11 @@ class NativePixmap : public base::RefCountedThreadSafe<NativePixmap> {
virtual gfx::Size GetBufferSize() const = 0;
// Sets the overlay plane to switch to at the next page flip.
- // |w| specifies the screen to display this overlay plane on.
+ // |widget| specifies the screen to display this overlay plane on.
// |plane_z_order| specifies the stacking order of the plane relative to the
// main framebuffer located at index 0.
- // |plane_transform| specifies how the buffer is to be transformed during.
+ // |plane_transform| specifies how the buffer is to be transformed during
// composition.
- // |buffer| to be presented by the overlay.
// |display_bounds| specify where it is supposed to be on the screen.
// |crop_rect| specifies the region within the buffer to be placed
// inside |display_bounds|. This is specified in texture coordinates, in the

Powered by Google App Engine
This is Rietveld 408576698