Skip to content
  • James Willcox's avatar
    Bug 1322650 - Add GeckoSurfaceTexture, GeckoSurface and associated Android Service r=jchen · 6b95623e
    James Willcox authored
    This allows us to allocate an Android SurfaceTexture in the compositor process as well
    as an accompanying Surface. We can then transfer the Surface back to the content process
    via binder, where it can be used for things like WebGL and video decoding.
    
    Each SurfaceTexture/Surface pair has a unique handle. We use this handle in
    layer transactions to locate the SurfaceTexture for a given Surface and composite it
    appropriately.
    
    MozReview-Commit-ID: 68VSbXdfsMH
    6b95623e