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

Issue 878023002: Merge outline paint phases into the foreground phase. (Closed)

Created:
5 years, 11 months ago by ojan
Modified:
5 years, 11 months ago
CC:
esprehn, abarth-chromium, mojo-reviews_chromium.org
Base URL:
git@github.com:domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Merge outline paint phases into the foreground phase. Mostly just mechanical changes. The one surprising bit is that RenderLayer no longer needs to explictly paint outlines. I tested manually that before this patch, the paintOutline call in RenderLayer was needed for outlines on positioned elements and that after this patch it's not. R=esprehn@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/645a92066aa3f1fd8bc644b1942d70b48d57b2cd

Patch Set 1 #

Total comments: 2

Patch Set 2 : rebase #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -109 lines) Patch
M sky/engine/core/rendering/InlineFlowBox.cpp View 1 chunk +11 lines, -15 lines 0 comments Download
M sky/engine/core/rendering/InlineTextBox.cpp View 1 chunk +1 line, -3 lines 0 comments Download
M sky/engine/core/rendering/PaintPhase.h View 1 chunk +0 lines, -3 lines 0 comments Download
M sky/engine/core/rendering/RenderBlock.cpp View 1 3 chunks +7 lines, -15 lines 1 comment Download
M sky/engine/core/rendering/RenderBox.cpp View 1 3 chunks +1 line, -9 lines 0 comments Download
M sky/engine/core/rendering/RenderImage.h View 2 chunks +0 lines, -3 lines 0 comments Download
M sky/engine/core/rendering/RenderImage.cpp View 1 chunk +0 lines, -12 lines 0 comments Download
M sky/engine/core/rendering/RenderLayer.h View 1 chunk +0 lines, -2 lines 0 comments Download
M sky/engine/core/rendering/RenderLayer.cpp View 5 chunks +4 lines, -20 lines 0 comments Download
M sky/engine/core/rendering/RenderLayerClipper.h View 1 chunk +1 line, -1 line 0 comments Download
M sky/engine/core/rendering/RenderLayerClipper.cpp View 5 chunks +5 lines, -7 lines 0 comments Download
M sky/engine/core/rendering/RenderReplaced.h View 1 chunk +1 line, -1 line 0 comments Download
M sky/engine/core/rendering/RenderReplaced.cpp View 2 chunks +1 line, -5 lines 1 comment Download
M sky/engine/core/rendering/RenderTreeAsText.cpp View 4 chunks +4 lines, -7 lines 0 comments Download
M sky/tests/framework/citylist-expected.txt View 2 chunks +2 lines, -2 lines 0 comments Download
M sky/tests/framework/citylist-scrolled-expected.txt View 3 chunks +3 lines, -3 lines 0 comments Download
M sky/tests/layout/ellipsis-expected.txt View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (1 generated)
ojan
https://codereview.chromium.org/878023002/diff/1/sky/engine/core/rendering/RenderLayer.cpp File sky/engine/core/rendering/RenderLayer.cpp (left): https://codereview.chromium.org/878023002/diff/1/sky/engine/core/rendering/RenderLayer.cpp#oldcode1051 sky/engine/core/rendering/RenderLayer.cpp:1051: paintOutline(context, localPaintingInfo, paintingRootForRenderer, layerLocation, outlineRect); Honestly, not really sure ...
5 years, 11 months ago (2015-01-27 04:44:40 UTC) #2
esprehn
I guess without the outline phase all objects just paint an outline, so layers are ...
5 years, 11 months ago (2015-01-28 01:22:26 UTC) #3
ojan
On 2015/01/28 at 01:22:26, esprehn wrote: > I guess without the outline phase all objects ...
5 years, 11 months ago (2015-01-28 01:26:09 UTC) #4
ojan
5 years, 11 months ago (2015-01-28 01:45:09 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
645a92066aa3f1fd8bc644b1942d70b48d57b2cd (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698