Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Issue 1781873002: content: Rename virtual method on RenderView to not (ab)use blink style (Closed)

Created:
4 years, 9 months ago by danakj
Modified:
4 years, 9 months ago
CC:
chromium-apps-reviews_chromium.org, chromium-reviews, creis+watch_chromium.org, darin-cc_chromium.org, dcheng, extensions-reviews_chromium.org, jam, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, nasko+codewatch_chromium.org, piman, Nico
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

content: 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
Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -11 lines) Patch
M content/public/renderer/render_view.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/browser_plugin/browser_plugin.cc View 1 chunk +2 lines, -1 line 0 comments Download
M content/renderer/render_view_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_view_impl.cc View 5 chunks +7 lines, -7 lines 1 comment Download
M extensions/renderer/extension_helper.cc View 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 12 (4 generated)
danakj
https://codereview.chromium.org/1781873002/diff/1/content/renderer/render_view_impl.cc File content/renderer/render_view_impl.cc (right): https://codereview.chromium.org/1781873002/diff/1/content/renderer/render_view_impl.cc#newcode2191 content/renderer/render_view_impl.cc:2191: convertViewportToWindow(rect); In future, this could be GetWidget()->convert...() if this ...
4 years, 9 months ago (2016-03-09 23:17:24 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1781873002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1781873002/1
4 years, 9 months ago (2016-03-10 02:04:58 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-10 03:27:26 UTC) #5
Avi (use Gerrit)
lgtm
4 years, 9 months ago (2016-03-10 04:09:24 UTC) #6
jochen (gone - plz use gerrit)
lgtm
4 years, 9 months ago (2016-03-10 15:47:52 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1781873002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1781873002/1
4 years, 9 months ago (2016-03-10 19:00:04 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 9 months ago (2016-03-10 19:13:26 UTC) #10
commit-bot: I haz the power
4 years, 9 months ago (2016-03-10 19:14:57 UTC) #12
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/dea2efb645e7ac6bae644658f963b096c2800652
Cr-Commit-Position: refs/heads/master@{#380441}

Powered by Google App Engine
This is Rietveld 408576698