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

Unified Diff: ui/gl/gl_image_ozone_native_pixmap.h

Issue 1422563002: [Ozone] Enables overlay render format setting path and by default use UYVY (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/gl/gl_image_ozone_native_pixmap.h
diff --git a/ui/gl/gl_image_ozone_native_pixmap.h b/ui/gl/gl_image_ozone_native_pixmap.h
index f76e98b4fad1a071e835225ccf1452c09c2835ab..d0e1cde3d9fde35e6496743cec0bc08500cae609 100644
--- a/ui/gl/gl_image_ozone_native_pixmap.h
+++ b/ui/gl/gl_image_ozone_native_pixmap.h
@@ -15,7 +15,7 @@ class GL_EXPORT GLImageOzoneNativePixmap : public gl::GLImageEGL {
public:
GLImageOzoneNativePixmap(const Size& size, unsigned internalformat);
- bool Initialize(ui::NativePixmap* pixmap, BufferFormat format);
+ bool Initialize(ui::NativePixmap* pixmap);
// Overridden from GLImage:
unsigned GetInternalFormat() override;

Powered by Google App Engine
This is Rietveld 408576698