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

Issue 2724543002: Renamed deviceScaleFactor() to deviceScaleFactorDeprecated() in Page (Closed)

Created:
3 years, 9 months ago by sashab
Modified:
3 years, 9 months ago
Reviewers:
haraken, slangley
CC:
ajuma+watch-canvas_chromium.org, apavlov+blink_chromium.org, blink-layers+watch_chromium.org, blink-reviews, blink-reviews-frames_chromium.org, blink-reviews-html_chromium.org, blink-reviews-layout_chromium.org, blink-reviews-paint_chromium.org, Rik, caseq+blink_chromium.org, chromium-reviews, dcheng, devtools-reviews_chromium.org, dglazkov+blink, dshwang, eae+blinkwatch, jchaffraix+rendering, Justin Novosad, kenneth.christiansen, kinuko+watch, kozyatinskiy+blink_chromium.org, leviw+renderwatch, lushnikov+blink_chromium.org, mlamouri+watch-blink_chromium.org, pdr+renderingwatchlist_chromium.org, pfeldman+blink_chromium.org, szager+layoutwatch_chromium.org, Yoav Weiss, zoltan1
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Renamed deviceScaleFactor() to deviceScaleFactorDeprecated() in Page Renamed the deviceScaleFactor() method to deviceScaleFactorDeprecated() in the Page class, to be consistent with the FrameHost method that calls this one. Also moved the comment for the method to the Page class. This is pre-work to remove FrameHost::deviceScaleFactorDeprecated(), and is part of merging FrameHost back into Page. BUG=691794 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2724543002 Cr-Commit-Position: refs/heads/master@{#453871} Committed: https://chromium.googlesource.com/chromium/src/+/0c23baccef3a9647076ad0dde83a1a847c702b03

Patch Set 1 #

Total comments: 3

Patch Set 2 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -42 lines) Patch
M third_party/WebKit/Source/core/frame/FrameHost.h View 2 chunks +1 line, -11 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameHost.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLImageElement.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp View 1 5 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/page/Page.h View 2 chunks +13 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/page/Page.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/paint/FramePainter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/ScrollableAreaPainter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/DevToolsEmulator.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/PageWidgetDelegate.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebPluginContainerImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebViewImpl.cpp View 4 chunks +7 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/web/tests/WebFrameTest.cpp View 1 chunk +1 line, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 22 (16 generated)
sashab
https://codereview.chromium.org/2724543002/diff/1/third_party/WebKit/Source/core/frame/FrameHost.h File third_party/WebKit/Source/core/frame/FrameHost.h (left): https://codereview.chromium.org/2724543002/diff/1/third_party/WebKit/Source/core/frame/FrameHost.h#oldcode44 third_party/WebKit/Source/core/frame/FrameHost.h:44: class ChromeClient; This is funny... This only broke a ...
3 years, 9 months ago (2017-02-28 04:21:32 UTC) #5
haraken
LGTM https://codereview.chromium.org/2724543002/diff/1/third_party/WebKit/Source/core/frame/FrameHost.h File third_party/WebKit/Source/core/frame/FrameHost.h (right): https://codereview.chromium.org/2724543002/diff/1/third_party/WebKit/Source/core/frame/FrameHost.h#newcode75 third_party/WebKit/Source/core/frame/FrameHost.h:75: float deviceScaleFactorDeprecated() const; Why can't we remove this?
3 years, 9 months ago (2017-02-28 04:25:08 UTC) #7
sashab
https://codereview.chromium.org/2724543002/diff/1/third_party/WebKit/Source/core/frame/FrameHost.h File third_party/WebKit/Source/core/frame/FrameHost.h (right): https://codereview.chromium.org/2724543002/diff/1/third_party/WebKit/Source/core/frame/FrameHost.h#newcode75 third_party/WebKit/Source/core/frame/FrameHost.h:75: float deviceScaleFactorDeprecated() const; On 2017/02/28 at 04:25:08, haraken wrote: ...
3 years, 9 months ago (2017-02-28 04:26:17 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2724543002/1
3 years, 9 months ago (2017-02-28 23:15:43 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2724543002/20001
3 years, 9 months ago (2017-03-01 05:37:34 UTC) #19
commit-bot: I haz the power
3 years, 9 months ago (2017-03-01 06:56:04 UTC) #22
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/0c23baccef3a9647076ad0dde83a...

Powered by Google App Engine
This is Rietveld 408576698