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

Unified Diff: ui/ozone/platform/wayland/wayland_surface_factory.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/wayland/wayland_surface_factory.cc
diff --git a/ui/ozone/platform/wayland/wayland_surface_factory.cc b/ui/ozone/platform/wayland/wayland_surface_factory.cc
index ff667e3f59994e8772b8f890e4ef896e79bfaf46..48d0b20fcd617209c6fba6b0b45265d76fb1f4fd 100644
--- a/ui/ozone/platform/wayland/wayland_surface_factory.cc
+++ b/ui/ozone/platform/wayland/wayland_surface_factory.cc
@@ -128,6 +128,12 @@ intptr_t WaylandSurfaceFactory::GetNativeDisplay() {
return 0;
}
+const int32_t* WaylandSurfaceFactory::GetEGLSurfaceProperties(
+ const int32_t* desired_list) {
+ NOTIMPLEMENTED();
+ return nullptr;
+}
+
bool WaylandSurfaceFactory::LoadEGLGLES2Bindings(
AddGLLibraryCallback add_gl_library,
SetGLGetProcAddressProcCallback set_gl_get_proc_address) {

Powered by Google App Engine
This is Rietveld 408576698