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

Commit 062ed957 authored by James Dong's avatar James Dong
Browse files

Fixed missing return value from a method should have returned status_t

Change-Id: I83ad2735eaf8a8dfa5f8f29f30aec1311b3222de
parent 3b3a5b10
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -111,7 +111,7 @@ public:
    // Make sure this is called when the mutex is locked
    // Make sure this is called when the mutex is locked
    virtual status_t onFrameReceivedLocked();
    virtual status_t onFrameReceivedLocked();


    virtual status_t setScalingMode(int mode) { } // no op for encoding
    virtual status_t setScalingMode(int mode) { return OK; } // no op for encoding
    virtual int query(int what, int* value);
    virtual int query(int what, int* value);


    // Just confirming to the ISurfaceTexture interface as of now
    // Just confirming to the ISurfaceTexture interface as of now