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

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

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/surface_factory_ozone.h ('k') | ui/gl/gl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 97e28bf241f0c309d7ba1c8f774fb1089c489f31..e743c0c4993b05ab2bbefefad8499994add8c3d1 100644
--- a/ui/gfx/ozone/surface_factory_ozone.cc
+++ b/ui/gfx/ozone/surface_factory_ozone.cc
@@ -57,4 +57,20 @@ const int32* SurfaceFactoryOzone::GetEGLSurfaceProperties(
return desired_attributes;
}
+void* SurfaceFactoryOzone::GetFunctionPointerFromNativeLibrary(
+ base::NativeLibrary library,
+ const char* name) {
+ return base::GetFunctionPointerFromNativeLibrary(library, name);
+}
+
+void SurfaceFactoryOzone::SetOverlayPlane(int plane_id,
+ gfx::AcceleratedWidget handle,
+ const gfx::Rect& bounds) {}
+
+gfx::AcceleratedWidget SurfaceFactoryOzone::CreateNativeBuffer(
+ gfx::Size size,
+ unsigned internalformat) {
+ return kNullAcceleratedWidget;
+}
+
} // namespace gfx
« no previous file with comments | « ui/gfx/ozone/surface_factory_ozone.h ('k') | ui/gl/gl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698