While updating the viz::CopyOutputRequest/Result API, I noticed code in content/browser/renderer_host/render_widget_host_view_android.cc that requests texture copies and then has extensive infrastructure to maintain a GLHelper instance to read back the textures into SkBitmaps.
However, the CopyOutputRequest API already has a way to require SkBitmap results. Thus, all the code related to managing textures and reading them back via GLHelper can be removed.
Comment 1 by m...@chromium.org
, Aug 27 2017