Clean up remained unnecessary Create() methods in renderer/platform

As advised in [1], this CL removes unnecessary Foo::Create() in
//third_party/blink/renderer/platform 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: Iff5ac4cda347bb5a3033f1a07168dadc2fb9fea3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1535457
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Cr-Commit-Position: refs/heads/master@{#643263}
7 files changed