[WebGL] Return meaningful information in WebGL context creation error message.
For example, vendor, renderer, driver version, etc.This
way a developer can gather data on what platforms the app
fails to run. This needs changes on both blink and chromium.

Below steps are followed to implement this

1. Add basic headers in blink.
2. Add the necessary apis in chromium.
3. Start using this in WebglRenderingContxt.cpp.

This patch represents step-2 in this process.

BUG=412440

Review URL: https://codereview.chromium.org/645613002

Cr-Commit-Position: refs/heads/master@{#302390}
2 files changed