Merge "Fix struct vs. class mismatch in forward definitions"

This commit is contained in:
Colin Cross
2016-10-03 20:16:16 +00:00
committed by Gerrit Code Review

View File

@@ -31,7 +31,7 @@ struct ALooper;
struct AMessage; struct AMessage;
struct AString; struct AString;
struct ICrypto; struct ICrypto;
struct IGraphicBufferProducer; class IGraphicBufferProducer;
struct MediaCodec; struct MediaCodec;
struct PersistentSurface; struct PersistentSurface;
class Surface; class Surface;