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

Commit 46400ba3 authored by Michael Hoisie's avatar Michael Hoisie Committed by Android (Google) Code Review
Browse files

Merge "Add destroy method to hostgraphics version of Surface" into main

parents ba7df2f0 8db3da55
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -50,6 +50,8 @@ public:
    virtual int unlockAndPost() { return 0; }
    virtual int unlockAndPost() { return 0; }
    virtual int query(int what, int* value) const { return 0; }
    virtual int query(int what, int* value) const { return 0; }


    virtual void destroy() {}

protected:
protected:
    virtual ~Surface() {}
    virtual ~Surface() {}