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 fde29c27bb98e8f7d400ce33eb80a9cfb0c63a7f..3dab6789318366b9d92cf980d51400435eb9966a 100644 |
--- a/ui/gfx/ozone/surface_factory_ozone.h |
+++ b/ui/gfx/ozone/surface_factory_ozone.h |
@@ -137,6 +137,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, |
+ const char* name); |
+ |
+ virtual void SetOverlayPlane(int plane_id, |
+ gfx::AcceleratedWidget handle, |
+ const gfx::Rect& bounds); |
+ |
+ virtual gfx::AcceleratedWidget CreateNativeBuffer(gfx::Size size, |
+ unsigned internalformat); |
+ |
private: |
static SurfaceFactoryOzone* impl_; // not owned |
}; |