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

Unified Diff: ui/gfx/ozone/impl/file_surface_factory_ozone.h

Issue 47213009: Add callbacks to register EGL bindings from Ozone (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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
« no previous file with comments | « no previous file | ui/gfx/ozone/impl/file_surface_factory_ozone.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/ozone/impl/file_surface_factory_ozone.h
diff --git a/ui/gfx/ozone/impl/file_surface_factory_ozone.h b/ui/gfx/ozone/impl/file_surface_factory_ozone.h
index 2ce74735f9805dcc1b80497f29ac5b2802cda103..6b1df26409d4d2d743af21d28738ef84afcbcf37 100644
--- a/ui/gfx/ozone/impl/file_surface_factory_ozone.h
+++ b/ui/gfx/ozone/impl/file_surface_factory_ozone.h
@@ -28,7 +28,9 @@ class FileSurfaceFactoryOzone : public SurfaceFactoryOzone {
virtual AcceleratedWidget GetAcceleratedWidget() OVERRIDE;
virtual AcceleratedWidget RealizeAcceleratedWidget(
AcceleratedWidget widget) OVERRIDE;
- virtual bool LoadEGLGLES2Bindings() OVERRIDE;
+ virtual bool LoadEGLGLES2Bindings(
+ AddGLLibraryCallback add_gl_library,
+ SetGLGetProcAddressProcCallback set_gl_get_proc_address) OVERRIDE;
virtual bool AttemptToResizeAcceleratedWidget(AcceleratedWidget widget,
const Rect& bounds) OVERRIDE;
virtual bool SchedulePageFlip(AcceleratedWidget widget) OVERRIDE;
« no previous file with comments | « no previous file | ui/gfx/ozone/impl/file_surface_factory_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698