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

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: Created 6 years, 11 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 c09a65ff8c722e3d29bef77cfe1cf188606344a3..d495e528654d3e9938f5d82abd1bc0d74f4c4703 100644
--- a/ui/gfx/ozone/surface_factory_ozone.h
+++ b/ui/gfx/ozone/surface_factory_ozone.h
@@ -135,6 +135,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,
rjkroege 2014/01/10 19:14:04 Why? this doesn't seem to belong here.
dnicoara 2014/01/21 21:22:42 Ignore this. This is legacy from the hacked GBM ba
+ const char* name);
+
+ virtual void SetOverlayPlane(int plane_id,
rjkroege 2014/01/10 19:14:04 what does this do?
dnicoara 2014/01/21 21:22:42 This may need to have another gfx::AcceleratedWidg
+ gfx::AcceleratedWidget handle,
+ const gfx::Rect& bounds);
+
+ virtual gfx::AcceleratedWidget CreateNativeBuffer(gfx::Size size,
dnicoara 2014/01/21 21:22:42 Would we need to use this for anything other than
+ unsigned internalformat);
+
// Create a default SufaceFactoryOzone implementation useful for tests.
static SurfaceFactoryOzone* CreateTestHelper();

Powered by Google App Engine
This is Rietveld 408576698