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

Unified Diff: ui/ozone/platform/dri/gbm_surface_factory.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/platform/dri/gbm_surface_factory.h
diff --git a/ui/ozone/platform/dri/gbm_surface_factory.h b/ui/ozone/platform/dri/gbm_surface_factory.h
index 05ac0f9f01fa7aa301568bc444257660e17f56c5..aff867f3b9fb42449c3852a5b3bdac0121948f0e 100644
--- a/ui/ozone/platform/dri/gbm_surface_factory.h
+++ b/ui/ozone/platform/dri/gbm_surface_factory.h
@@ -27,7 +27,8 @@ class GbmSurfaceFactory : public DriSurfaceFactory {
// DriSurfaceFactory:
intptr_t GetNativeDisplay() override;
- const int32_t* GetEGLSurfaceProperties(const int32_t* desired_list) override;
+ const int32_t* GetEGLSurfaceProperties(const int32_t* desired_list,
+ SurfaceOzoneEGL* surface) override;
bool LoadEGLGLES2Bindings(
AddGLLibraryCallback add_gl_library,
SetGLGetProcAddressProcCallback set_gl_get_proc_address) override;

Powered by Google App Engine
This is Rietveld 408576698