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

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: Add expectations to the unittests for GetErrors() coming from the suppressor Created 7 years, 8 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..6a8150d159a5717fccf69f1d577324c934abff17 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* GpuMemoryBufferHandle;
+
} // namespace gfx
#endif // UI_GFX_NATIVE_WIDGET_TYPES_H_

Powered by Google App Engine
This is Rietveld 408576698