DescriptionAvoid conditional check for resource_collection_ in RenderWidgetHostViewAura::SendReturnedDelegatedResources.
The function RenderWidgetHostViewAura::SendReturnedDelegatedResources() is called only when
there is a valid resource_collection_ object. This seems a redundant check as the call site
already checks for it hence replacing the condition with a DCHECK(resource_collection_).
R=danakj, sievers, aelias
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=248949
Patch Set 1 #
Total comments: 1
Messages
Total messages: 15 (0 generated)
|