Index: ui/gfx/ozone/surface_factory_ozone.cc |
diff --git a/ui/gfx/ozone/surface_factory_ozone.cc b/ui/gfx/ozone/surface_factory_ozone.cc |
index 90d408f1c92fb3588624c3da5e747df434d2c774..96b43ab1e59ab8949fff62e9761a6b773e062956 100644 |
--- a/ui/gfx/ozone/surface_factory_ozone.cc |
+++ b/ui/gfx/ozone/surface_factory_ozone.cc |
@@ -56,4 +56,10 @@ void SurfaceFactoryOzone::SetCursorImage(const SkBitmap& image) { |
void SurfaceFactoryOzone::MoveCursorTo(const gfx::Point& location) { |
} |
+void* SurfaceFactoryOzone::GetFunctionPointerFromNativeLibrary( |
+ base::NativeLibrary library, |
+ const char* name) { |
+ return base::GetFunctionPointerFromNativeLibrary(library, name); |
+} |
+ |
} // namespace gfx |