Chromium Code Reviews
DescriptionGpuDisplayCompositorFrameSink => GpuRootCompositorFrameSink
GpuDisplayCompositorFrameSink, and GpuOffscreenCompositorFrameSink are
a bit of a misnomer. Both are "onscreen" in the sense that their
content will be displayed on screen at some point. This CL renames
GpuDisplayCompositorFrameSink to GpuRootCompositorFrameSink, and the
child CompositorFrameSinks, GpuCompositorFrameSink.
GpuRootCompositorFrameSink != a derived class of GpuCompositorFrameSink
though because the Root holds an associated interface to
MojoCompositorFrameSink.
Finally, this CL also updates display_compositor.mojom to match the new
naming.
BUG=693569
TBR=tsepez@chromium.org for rename in display_compositor.mojom
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel
Review-Url: https://codereview.chromium.org/2710703005
Cr-Commit-Position: refs/heads/master@{#452725}
Committed: https://chromium.googlesource.com/chromium/src/+/77b4ea5b3c861be061f8f498d42ad9f63c55e82f
Patch Set 1 #Patch Set 2 : More cleanup #Patch Set 3 : Update Mojom #
Total comments: 19
Patch Set 4 : Addressed Dana's comments #Messages
Total messages: 30 (21 generated)
|