Surface Synchronization: Simplify RenderWidgetHostViewAura
RenderWidgetHostViewAura had a SyncSurfaceProperties and SynchronizeVisualProperties. The only difference is SynchronizeVisualProperties took an optional LocalSurfaceId and updated the ParentLocalSurfaceIdAllocator using that Id if specified. If unspecified, it allocated a new ID. This CL merges SyncSurfaceProperties into SynchronizeVisualProperties thereby making the code a tiny bit easier to understand. Bug: 672962 Change-Id: I902f6d86b37a2a4d33bef00b4e30014d2c15f20c Reviewed-on: https://chromium-review.googlesource.com/1106237Reviewed-by:Saman Sami <samans@chromium.org> Commit-Queue: Fady Samuel <fsamuel@chromium.org> Cr-Commit-Position: refs/heads/master@{#568529}
Showing
Please register or sign in to comment