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

Unified Diff: ui/gl/gl_bindings.h

Issue 592933003: Fix for surfaceless implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/gl/gl_bindings.h
diff --git a/ui/gl/gl_bindings.h b/ui/gl/gl_bindings.h
index aae35b7a26f5fa2ebb9e38739614219569d2eeaa..4e44211d3fb385a039e436a275fc7c930307ec55 100644
--- a/ui/gl/gl_bindings.h
+++ b/ui/gl/gl_bindings.h
@@ -135,6 +135,7 @@
#define GL_IMAGE_ROWBYTES_CHROMIUM 0x78F0
#define GL_IMAGE_MAP_CHROMIUM 0x78F1
#define GL_IMAGE_SCANOUT_CHROMIUM 0x78F2
+#define GL_RGBX8_CHROMIUM 0x78F3
// GL_CHROMIUM_schedule_overlay_plane
#define GL_OVERLAY_TRANSFORM_NONE_CHROMIUM 0x9245

Powered by Google App Engine
This is Rietveld 408576698