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

Unified Diff: ui/gfx/native_widget_types.h

Issue 13543007: GLImage support for Android zero-copy pixel buffers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove a TODO and remove pixel_buffer.h from gl.gyp Created 7 years, 9 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 | « no previous file | ui/gl/gl.gyp » ('j') | ui/gl/gl_image.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/native_widget_types.h
diff --git a/ui/gfx/native_widget_types.h b/ui/gfx/native_widget_types.h
index b187d57f1e890a0427cf8177fe38b7696df1ea47..2a9189fcce4f76b9c6eb895f67d5a421a1dcf063 100644
--- a/ui/gfx/native_widget_types.h
+++ b/ui/gfx/native_widget_types.h
@@ -321,6 +321,8 @@ const AcceleratedWidget kNullAcceleratedWidget = 0;
#error unknown platform
#endif
+typedef void* PixelBufferHandle;
+
} // namespace gfx
#endif // UI_GFX_NATIVE_WIDGET_TYPES_H_
« no previous file with comments | « no previous file | ui/gl/gl.gyp » ('j') | ui/gl/gl_image.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698