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

Unified Diff: ui/gfx/ozone/surface_factory_ozone.cc

Issue 106633002: GBM Ozone implementation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 years, 10 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
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

Powered by Google App Engine
This is Rietveld 408576698