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

Issue 589283002: Move painting code from RenderView to ViewPainter. (Closed)

Created:
6 years, 3 months ago by chrishtr
Modified:
6 years, 3 months ago
Reviewers:
pdr.
CC:
blink-reviews, blink-reviews-rendering, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, rune+blink, zoltan1
Project:
blink
Visibility:
Public.

Description

Move painting code from RenderView to ViewPainter. BUG=412088 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=182463

Patch Set 1 #

Total comments: 3

Patch Set 2 : Fix debug build. #

Patch Set 3 : Merged. #

Patch Set 4 : Merged. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+142 lines, -82 lines) Patch
M Source/core/core.gypi View 1 2 1 chunk +8 lines, -5 lines 0 comments Download
M Source/core/paint/BlockPainter.h View 1 2 3 1 chunk +5 lines, -2 lines 0 comments Download
A Source/core/paint/ViewPainter.h View 1 chunk +30 lines, -0 lines 0 comments Download
A Source/core/paint/ViewPainter.cpp View 1 1 chunk +96 lines, -0 lines 0 comments Download
M Source/core/rendering/RenderView.h View 1 chunk +0 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderView.cpp View 2 chunks +3 lines, -72 lines 0 comments Download

Messages

Total messages: 19 (8 generated)
chrishtr
https://codereview.chromium.org/589283002/diff/1/Source/core/paint/BlockPainter.h File Source/core/paint/BlockPainter.h (left): https://codereview.chromium.org/589283002/diff/1/Source/core/paint/BlockPainter.h#oldcode8 Source/core/paint/BlockPainter.h:8: #include "core/rendering/RenderBlock.h" Just some include dependency cleanup.
6 years, 3 months ago (2014-09-22 22:39:49 UTC) #2
pdr.
LGTM https://codereview.chromium.org/589283002/diff/1/Source/core/paint/ViewPainter.cpp File Source/core/paint/ViewPainter.cpp (right): https://codereview.chromium.org/589283002/diff/1/Source/core/paint/ViewPainter.cpp#newcode19 Source/core/paint/ViewPainter.cpp:19: ASSERT(!needsLayout()); We can move this up, or remove ...
6 years, 3 months ago (2014-09-22 22:49:17 UTC) #3
chrishtr
https://codereview.chromium.org/589283002/diff/1/Source/core/paint/ViewPainter.cpp File Source/core/paint/ViewPainter.cpp (right): https://codereview.chromium.org/589283002/diff/1/Source/core/paint/ViewPainter.cpp#newcode19 Source/core/paint/ViewPainter.cpp:19: ASSERT(!needsLayout()); On 2014/09/22 22:49:17, pdr wrote: > We can ...
6 years, 3 months ago (2014-09-22 23:10:52 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/589283002/20001
6 years, 3 months ago (2014-09-22 23:13:44 UTC) #6
commit-bot: I haz the power
Failed to apply patch for Source/core/core.gypi: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 3 months ago (2014-09-23 00:18:28 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/589283002/20001
6 years, 3 months ago (2014-09-23 00:28:09 UTC) #10
commit-bot: I haz the power
Failed to apply patch for Source/core/core.gypi: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 3 months ago (2014-09-23 00:28:29 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/589283002/40001
6 years, 3 months ago (2014-09-23 00:31:08 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: mac_blink_compile_dbg on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/mac_blink_compile_dbg/builds/20212) win_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/28280)
6 years, 3 months ago (2014-09-23 00:43:33 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/589283002/60001
6 years, 3 months ago (2014-09-23 01:32:47 UTC) #18
commit-bot: I haz the power
6 years, 3 months ago (2014-09-23 03:25:52 UTC) #19
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as 182463

Powered by Google App Engine
This is Rietveld 408576698