Use GrGLTextureInfo for Skia texture handles.
Currently Chromium's Skia build uses the old interface for moving textures in and out of Ganesh using a #define. This change updates callers to use the new type that communicates the texture target in addition to the ID. This is needed to support Chromium/skia interop for rectangle and external_oes textures.
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Committed:
https://crrev.com/6b8d63efcd6214ebd5477b4bb5ad944a68f6de1c
Cr-Commit-Position: refs/heads/master@{#378136}