Viz for Android Groundwork

This change updates CompositorImpl and DelegatedFrameHostAndroid with
the necessary logic to create a Viz process.

[email protected]

Bug: 732555
Change-Id: I9290aeec317a95cd375a8a3ba0867a3c1548c52f
Reviewed-on: https://chromium-review.googlesource.com/1055626
Reviewed-by: Eric Karl <[email protected]>
Reviewed-by: Fady Samuel <[email protected]>
Reviewed-by: Khushal <[email protected]>
Reviewed-by: Saman Sami <[email protected]>
Commit-Queue: Eric Karl <[email protected]>
Commit-Queue: Saman Sami <[email protected]>
Cr-Commit-Position: refs/heads/master@{#559157}
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 6e467b8..dcdc470 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -2127,6 +2127,8 @@
       "android/tracing_controller_android.h",
       "android/web_contents_observer_proxy.cc",
       "android/web_contents_observer_proxy.h",
+      "compositor/in_process_display_client.cc",
+      "compositor/in_process_display_client.h",
       "frame_host/render_frame_host_android.cc",
       "frame_host/render_frame_host_android.h",
       "media/capture/screen_capture_device_android.cc",