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 3a6fb6bd29731b35c4e001915d10646ebd3f874f..90a894966cb679e5f274fbdfab3e17d02553fb2f 100644 |
--- a/ui/gfx/ozone/surface_factory_ozone.h |
+++ b/ui/gfx/ozone/surface_factory_ozone.h |
@@ -141,6 +141,9 @@ class GFX_EXPORT SurfaceFactoryOzone { |
// Sets the cursor position to |location|. |
virtual void MoveCursorTo(const gfx::Point& location); |
+ virtual void* GetFunctionPointerFromNativeLibrary(base::NativeLibrary library, |
+ const char* name); |
+ |
private: |
static SurfaceFactoryOzone* impl_; // not owned |
}; |