Clean up unnecessary Create() factory functions in platform/graphics

As advised in [1], this CL removes unnecessary Foo::Create() in
//third_party/blink/renderer/platform/graphics and make their constructors
public, then make the callers use std::make_unique<Foo> instead
of their Create() factory functions.

[1] https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/iJ1bawbxbWs/vEdfT5QtBgAJ

Bug: 939691
Change-Id: I25ca8d8f98d4673003067772f6c69073cb27cc2d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1526066
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Cr-Commit-Position: refs/heads/master@{#641542}
30 files changed