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

Issue 1291673002: Oilpan: Fix a raw reference in FramePainter. (Closed)

Created:
5 years, 4 months ago by Yuta Kitamura
Modified:
5 years, 4 months ago
CC:
blink-reviews, dshwang, slimming-paint-reviews_chromium.org, blink-reviews-paint_chromium.org
Target Ref:
refs/remotes/origin/master
Project:
blink
Visibility:
Public.

Description

Oilpan: Fix a raw reference in FramePainter. All the uses of FramePainter are on stack, hence STACK_ALLOCATED(). Added WTF_MAKE_NONCOPYABLE() as a bonus. BUG=509911 R=haraken@chromium.org, keishi@chromium.org, oilpan-reviews@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200636

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add explicit; introduce frameView(). #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -45 lines) Patch
M Source/core/paint/FramePainter.h View 1 3 chunks +7 lines, -2 lines 0 comments Download
M Source/core/paint/FramePainter.cpp View 1 5 chunks +48 lines, -43 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
Yuta Kitamura
5 years, 4 months ago (2015-08-12 05:23:20 UTC) #1
haraken
LGTM https://codereview.chromium.org/1291673002/diff/1/Source/core/paint/FramePainter.cpp File Source/core/paint/FramePainter.cpp (right): https://codereview.chromium.org/1291673002/diff/1/Source/core/paint/FramePainter.cpp#newcode32 Source/core/paint/FramePainter.cpp:32: m_frameView->notifyPageThatContentAreaWillPaint(); tkent-san would prefer addding frameView(), which returns ...
5 years, 4 months ago (2015-08-12 05:25:55 UTC) #2
Yuta Kitamura
https://codereview.chromium.org/1291673002/diff/1/Source/core/paint/FramePainter.cpp File Source/core/paint/FramePainter.cpp (right): https://codereview.chromium.org/1291673002/diff/1/Source/core/paint/FramePainter.cpp#newcode32 Source/core/paint/FramePainter.cpp:32: m_frameView->notifyPageThatContentAreaWillPaint(); On 2015/08/12 05:25:54, haraken wrote: > > tkent-san ...
5 years, 4 months ago (2015-08-12 05:38:27 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1291673002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1291673002/20001
5 years, 4 months ago (2015-08-14 06:32:01 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/93169)
5 years, 4 months ago (2015-08-14 07:59:48 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1291673002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1291673002/20001
5 years, 4 months ago (2015-08-17 08:21:24 UTC) #10
commit-bot: I haz the power
5 years, 4 months ago (2015-08-17 09:23:37 UTC) #11
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=200636

Powered by Google App Engine
This is Rietveld 408576698