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

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

Issue 750593003: Ozone X11 platform Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup leftover stuff 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
« no previous file with comments | « ui/ozone/public/surface_factory_ozone.h ('k') | ui/platform_window/x11/x11_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/public/surface_factory_ozone.cc
diff --git a/ui/ozone/public/surface_factory_ozone.cc b/ui/ozone/public/surface_factory_ozone.cc
index 230360bd0f0b942475e9a0ea498f9357bca758ef..5e3fd263ff3c64557aa92c0a388f7ed2888f5e47 100644
--- a/ui/ozone/public/surface_factory_ozone.cc
+++ b/ui/ozone/public/surface_factory_ozone.cc
@@ -13,6 +13,11 @@
namespace ui {
+SurfaceFactoryOzone::EglConfigInfo::EglConfigInfo() {
+}
+SurfaceFactoryOzone::EglConfigInfo::~EglConfigInfo() {
+}
+
// static
SurfaceFactoryOzone* SurfaceFactoryOzone::impl_ = NULL;
@@ -54,9 +59,9 @@ scoped_ptr<SurfaceOzoneCanvas> SurfaceFactoryOzone::CreateCanvasForWidget(
return scoped_ptr<SurfaceOzoneCanvas>();
}
-const int32* SurfaceFactoryOzone::GetEGLSurfaceProperties(
- const int32* desired_attributes) {
- return desired_attributes;
+void* SurfaceFactoryOzone::GetEGLSurfaceConfig(const EglConfigInfo& egl,
+ SurfaceOzoneEGL* surface) {
+ return nullptr;
}
ui::OverlayCandidatesOzone* SurfaceFactoryOzone::GetOverlayCandidates(
« no previous file with comments | « ui/ozone/public/surface_factory_ozone.h ('k') | ui/platform_window/x11/x11_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698