Chromium Code Reviews
Descriptioncontent: Rename virtual method on RenderView to not (ab)use blink style
The RenderView::convertViewportToWindow method uses blink style to
create a horrorshow inheritance hierarchy problem, where the same
named method in RenderViewImpl inherits this method from two places
(one in blink one in content) from RenderView and from RenderWidget.
Fix this by renaming the method on RenderView to not use the same
name as the blink method (even after blink uses chromium style).
R=avi@chromium.org,jochen@chromium.org
BUG=593446
Committed: https://crrev.com/dea2efb645e7ac6bae644658f963b096c2800652
Cr-Commit-Position: refs/heads/master@{#380441}
Patch Set 1 : renderwidget-overrides #
Total comments: 2
Messages
Total messages: 12 (4 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||