Merge "Fix struct vs. class mismatch in forward definitions" am: 8f1011d584

am: 6d0b466935

Change-Id: I9602684e0ac91f7c08dafe70309433bb233ceeaf
This commit is contained in:
Colin Cross
2016-10-03 20:27:46 +00:00
committed by android-build-merger

View File

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