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

Commit 64802ca7 authored by Russell Brenner's avatar Russell Brenner Committed by Android Git Automerger
Browse files

am c6b22e27: Updated JBQ\'s original SurfaceTexture stubs to make webkit MR1 buildable

* commit 'c6b22e27':
  Updated JBQ's original SurfaceTexture stubs to make webkit MR1 buildable
parents 7b445dd7 c6b22e27
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -30,6 +30,12 @@ struct SurfaceTexture {
    void setFrameAvailableListener(const sp<FrameAvailableListener>&) {}
};

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

}

#endif