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

Commit 0686717d authored by Russell Brenner's avatar Russell Brenner
Browse files

Updated JBQ's original SurfaceTexture stubs to make webkit MR1 buildable

Change-Id: If1c1610efcc0e0bc6de88c75712baed91624b1a7
parent 1a1b70fb
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -30,6 +30,12 @@ struct SurfaceTexture {
    void setFrameAvailableListener(const sp<FrameAvailableListener>&) {}
    void setFrameAvailableListener(const sp<FrameAvailableListener>&) {}
};
};


static sp<SurfaceTexture> SurfaceTexture_getSurfaceTexture(JNIEnv* env, jobject thiz)
{
    sp<SurfaceTexture> s;
    return s;
}

}
}


#endif
#endif