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

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: Rebase and fix the decoder used for GLSuppressor 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
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;
reveman 2013/04/05 18:25:58 I'm not sure we should be calling this "PixelBuffe
kaanb 2013/04/05 18:49:25 I guess people didn't like GraphicBuffer because i
+
} // namespace gfx
#endif // UI_GFX_NATIVE_WIDGET_TYPES_H_

Powered by Google App Engine
This is Rietveld 408576698