[Refactor] GetRenderWidgetHost() from All RenderWidgetHostView* into RenderWidgetHostViewBase. |
|||
Issue descriptionCurrently, there is similar implementations of the method RenderWidgetHostView::GetRenderWidgetHost() in all the RWHV*. They should all be inside RenderWidgetHostViewBase.
,
Apr 5 2016
Wrong cc.
,
Aug 22 2016
This CL implements the method in the base class but does not refactor. https://codereview.chromium.org/2240553003/ I think now we are safe with all the pure virtual call issues. But it would have been great if we could also remove the overrides from base classes. |
|||
►
Sign in to add a comment |
|||
Comment 1 by ekaramad@chromium.org
, Apr 5 2016