Chromium Code Reviews| 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 d130de0575e2bcf9bb06a3fc173572ab949fdf4a..eb6807b23a48688555395c455f863e0758b7744c 100644 |
| --- a/ui/ozone/public/surface_factory_ozone.h |
| +++ b/ui/ozone/public/surface_factory_ozone.h |
| @@ -126,10 +126,14 @@ class OZONE_BASE_EXPORT SurfaceFactoryOzone { |
| virtual OverlayCandidatesOzone* GetOverlayCandidates( |
| gfx::AcceleratedWidget w); |
| - // Cleate a single native buffer to be used for overlay planes or zero copy. |
| - virtual scoped_refptr<NativePixmap> CreateNativePixmap(gfx::Size size, |
| - BufferFormat format, |
| - BufferUsage usage); |
| + // Cleate a single native buffer to be used for overlay planes or zero copy |
|
dnicoara
2014/11/20 21:19:44
nit: "Create"
|
| + // for |widget| representing a particular display controller or default |
| + // display controller for kNullAcceleratedWidget. |
| + virtual scoped_refptr<NativePixmap> CreateNativePixmap( |
| + gfx::AcceleratedWidget widget, |
| + gfx::Size size, |
| + BufferFormat format, |
| + BufferUsage usage); |
| // Sets the overlay plane to switch to at the next page flip. |
| // |w| specifies the screen to display this overlay plane on. |