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

Unified Diff: ui/ozone/platform/cast/surface_factory_cast.cc

Issue 1738973004: Fix EGL configs with GLSurfaceOzoneSurfaceless. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add back factory method. Created 4 years, 10 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/platform/cast/surface_factory_cast.cc
diff --git a/ui/ozone/platform/cast/surface_factory_cast.cc b/ui/ozone/platform/cast/surface_factory_cast.cc
index d4db9d716aa0045c24cd28db7b6b5fb6db7a2ac8..f15cf9c755577ae2db2de62b67e254713e1280f9 100644
--- a/ui/ozone/platform/cast/surface_factory_cast.cc
+++ b/ui/ozone/platform/cast/surface_factory_cast.cc
@@ -237,6 +237,11 @@ void SurfaceFactoryCast::ChildDestroyed() {
DestroyWindow();
}
+const int32_t* SurfaceFactoryCast::GetEGLSurfaceProperties(
+ const int32_t* desired_list) {
+ return egl_platform_->GetEGLSurfaceProperties(desired_list);
+}
+
scoped_refptr<NativePixmap> SurfaceFactoryCast::CreateNativePixmap(
gfx::AcceleratedWidget widget,
gfx::Size size,

Powered by Google App Engine
This is Rietveld 408576698