Merge "Fix an issue with C-compatibility due to a missing tag name" am: 37b0d41faf

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1362857

Change-Id: I52f96d0d78c15d725c217e90dd08de369ea580b1
This commit is contained in:
Treehugger Robot 2020-07-14 22:29:08 +00:00 committed by Automerger Merge Worker
commit 28d3a43275
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ enum GGLFormatComponentIndex {
GGL_INDEX_CR = 2,
};
typedef struct {
typedef struct GGLFormat {
#ifdef __cplusplus
enum {
ALPHA = GGL_INDEX_ALPHA,