commit | a6c10012f6b9d09f25830996b6f49b6b83156c98 | [log] [tgz] |
---|---|---|
author | danakj <[email protected]> | Fri Jul 06 14:25:36 2018 |
committer | Commit Bot <[email protected]> | Fri Jul 06 14:25:36 2018 |
tree | 5d29676e669852fdf2eba3a1cd711000f87d3bba | |
parent | c097aa55ffe95c24bb91fdd13ccdb72ec1286250 [diff] [blame] |
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.