content: Rename RenderWidgetCompositor to LayerTreeView

In preparation for moving this class into the blink public platform
so blink can use it without going through WebLayerTreeView, rename
the class to mimic the interface it will replace in blink.

https://chromium-review.googlesource.com/c/chromium/src/+/1126490 did
this move and the rename together, but this CL splits out the rename.

[email protected]
TBR=piman

Bug: 838693
Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel
Change-Id: I7e436862e5f5cbbf6d77c8eea1954fd31ecd3276
Reviewed-on: https://chromium-review.googlesource.com/1127447
Commit-Queue: danakj <[email protected]>
Reviewed-by: Kentaro Hara <[email protected]>
Cr-Commit-Position: refs/heads/master@{#572966}
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index 586376a..1b10136 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -284,7 +284,7 @@
   // See RenderFrameObserver::DidMeaningfulLayout declaration for details.
   void DidMeaningfulLayout(blink::WebMeaningfulLayout layout_type);
 
-  // Draw commands have been issued by RenderWidgetCompositor.
+  // Draw commands have been issued by blink::LayerTreeView.
   void DidCommitAndDrawCompositorFrame();
 
   // Returns the unique name of the RenderFrame.