Index: ui/gfx/ozone/surface_factory_ozone.h |
diff --git a/ui/gfx/ozone/surface_factory_ozone.h b/ui/gfx/ozone/surface_factory_ozone.h |
index c09a65ff8c722e3d29bef77cfe1cf188606344a3..d495e528654d3e9938f5d82abd1bc0d74f4c4703 100644 |
--- a/ui/gfx/ozone/surface_factory_ozone.h |
+++ b/ui/gfx/ozone/surface_factory_ozone.h |
@@ -135,6 +135,16 @@ class GFX_EXPORT SurfaceFactoryOzone { |
// caller. desired_list contains list of desired EGL properties and values. |
virtual const int32* GetEGLSurfaceProperties(const int32* desired_list); |
+ virtual void* GetFunctionPointerFromNativeLibrary(base::NativeLibrary library, |
rjkroege
2014/01/10 19:14:04
Why? this doesn't seem to belong here.
dnicoara
2014/01/21 21:22:42
Ignore this. This is legacy from the hacked GBM ba
|
+ const char* name); |
+ |
+ virtual void SetOverlayPlane(int plane_id, |
rjkroege
2014/01/10 19:14:04
what does this do?
dnicoara
2014/01/21 21:22:42
This may need to have another gfx::AcceleratedWidg
|
+ gfx::AcceleratedWidget handle, |
+ const gfx::Rect& bounds); |
+ |
+ virtual gfx::AcceleratedWidget CreateNativeBuffer(gfx::Size size, |
dnicoara
2014/01/21 21:22:42
Would we need to use this for anything other than
|
+ unsigned internalformat); |
+ |
// Create a default SufaceFactoryOzone implementation useful for tests. |
static SurfaceFactoryOzone* CreateTestHelper(); |