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

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

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.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
};

Powered by Google App Engine
This is Rietveld 408576698