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

Commit d4c472ad authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use the updated hybrid interface"

parents dcd141b0 338b81d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -651,7 +651,7 @@ public:
    }
};

IMPLEMENT_HYBRID_META_INTERFACE(GraphicBufferProducer, HGraphicBufferProducer,
IMPLEMENT_HYBRID_META_INTERFACE(GraphicBufferProducer,
        "android.gui.IGraphicBufferProducer");

// ----------------------------------------------------------------------
+0 −1
Original line number Diff line number Diff line
@@ -57,7 +57,6 @@ using ::android::IProducerListener;

struct H2BGraphicBufferProducer : public ::android::H2BConverter<
        HGraphicBufferProducer,
        BGraphicBufferProducer,
        BnGraphicBufferProducer> {
    explicit H2BGraphicBufferProducer(sp<HGraphicBufferProducer> const& base) : CBase(base) {}