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

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

Issue 750593003: Ozone X11 platform Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove new evernt type, add direct route from event -> platform window Created 6 years 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 c508db25aa344b3ae3415b6be0c0a01b9a0c8d6b..17f24d3fe526d7651cdb9d4892fd54b92b3b5669 100644
--- a/ui/ozone/public/surface_factory_ozone.h
+++ b/ui/ozone/public/surface_factory_ozone.h
@@ -120,7 +120,9 @@ class OZONE_BASE_EXPORT SurfaceFactoryOzone {
// immediately followed by the corresponding desired value and array should be
// terminated with EGL_NONE. Ownership of the array is not transferred to
// caller. desired_list contains list of desired EGL properties and values.
- virtual const int32* GetEGLSurfaceProperties(const int32* desired_list);
+ // If |surface| is valid, then return a configuration for that surface.
+ virtual const int32* GetEGLSurfaceProperties(const int32* desired_list,
+ SurfaceOzoneEGL* surface);
// Get the hal struct to check for overlay support.
virtual OverlayCandidatesOzone* GetOverlayCandidates(

Powered by Google App Engine
This is Rietveld 408576698