| Index: ui/ozone/public/native_pixmap.h
|
| diff --git a/ui/ozone/public/native_pixmap.h b/ui/ozone/public/native_pixmap.h
|
| index 5bb007ad8d07a551ea17f8e6db5a31eb151b3192..a608426faa958da668d706c36968b24c17293357 100644
|
| --- a/ui/ozone/public/native_pixmap.h
|
| +++ b/ui/ozone/public/native_pixmap.h
|
| @@ -27,6 +27,7 @@ class NativePixmap : public base::RefCountedThreadSafe<NativePixmap> {
|
| virtual void* /* EGLClientBuffer */ GetEGLClientBuffer() = 0;
|
| virtual int GetDmaBufFd() = 0;
|
| virtual int GetDmaBufPitch() = 0;
|
| + virtual gfx::BufferFormat GetBufferFormat() = 0;
|
|
|
| // Sets the overlay plane to switch to at the next page flip.
|
| // |w| specifies the screen to display this overlay plane on.
|
|
|