ui/compositor: Provide its own 'in process' ContextProvider.
InProcessContextProvider is twin brother of the ContextProviderInProcess
from webkit/common/gpu. We built one here specifically for compositor
in order to remove the dependency on webkit/.
We did that for some reasons: one is that webkit/ abstraction glue is going
away, the second is that compositor can't depend on content, and thus we
couldn't simply move the code into content and make compositor use it.
BUG=
338338
TEST=compositor_unittests
R=piman@chromium.org
TBR=reed@google.com (for skia/ext deps addition)
Committed:
https://crrev.com/bca2a0be0924009ef5f8dc0e299c0efbb95a4d67
Cr-Commit-Position: refs/heads/master@{#313022}