Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b578ed0b authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Fix struct vs. class mismatch in forward definitions" am: 76e37adc am: f4d7441e

am: c7a047a5

Change-Id: Id3ddac509c25c48a718fe9915f917e0cd0324135
parents 8d7b98a6 c7a047a5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ struct AMessage;
struct AReplyToken;
struct AString;
struct CodecBase;
struct IBatteryStats;
class IBatteryStats;
struct ICrypto;
class IMemory;
struct MemoryDealer;
@@ -41,7 +41,7 @@ class IResourceManagerClient;
class IResourceManagerService;
struct PersistentSurface;
struct SoftwareRenderer;
struct Surface;
class Surface;

struct MediaCodec : public AHandler {
    enum ConfigureFlags {