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

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

Issue 132543002: Not for review. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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
« no previous file with comments | « ui/gfx/ozone/overlay_hal_ozone.cc ('k') | ui/gfx/ozone/surface_factory_ozone.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
};
« no previous file with comments | « ui/gfx/ozone/overlay_hal_ozone.cc ('k') | ui/gfx/ozone/surface_factory_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698