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

Issue 23447021: Add toSVGRootInlineBox(), and use it as much as we can (Closed)

Created:
7 years, 3 months ago by gyuyoung-inactive
Modified:
7 years, 3 months ago
Reviewers:
tkent
CC:
blink-reviews, eae+blinkwatch, leviw+renderwatch, dglazkov+blink, f(malita), jchaffraix+rendering, pdr, Stephen Chennney
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Add toSVGRootInlineBox(), and use it as much as we can It has type checking assertions, and helps to detect wrong type casting. This cl removes unnecessary local variable as well. BUG=N/A Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=157733

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -4 lines) Patch
M Source/core/rendering/RenderBlockLineLayout.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGText.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M Source/core/rendering/svg/SVGRenderTreeAsText.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/SVGRootInlineBox.h View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
gyuyoung-inactive
Add tkent.
7 years, 3 months ago (2013-09-12 13:52:15 UTC) #1
tkent
https://codereview.chromium.org/23447021/diff/1/Source/core/rendering/RenderBlockLineLayout.cpp File Source/core/rendering/RenderBlockLineLayout.cpp (left): https://codereview.chromium.org/23447021/diff/1/Source/core/rendering/RenderBlockLineLayout.cpp#oldcode1448 Source/core/rendering/RenderBlockLineLayout.cpp:1448: bool isSVGRootInlineBox = lineBox->isSVGRootInlineBox(); You don't need to remove ...
7 years, 3 months ago (2013-09-12 22:45:13 UTC) #2
gyuyoung-inactive
On 2013/09/12 22:45:13, tkent wrote: > https://codereview.chromium.org/23447021/diff/1/Source/core/rendering/RenderBlockLineLayout.cpp > File Source/core/rendering/RenderBlockLineLayout.cpp (left): > > https://codereview.chromium.org/23447021/diff/1/Source/core/rendering/RenderBlockLineLayout.cpp#oldcode1448 > ...
7 years, 3 months ago (2013-09-13 01:45:24 UTC) #3
tkent
lgtm
7 years, 3 months ago (2013-09-13 01:49:00 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gyuyoung.kim@samsung.com/23447021/4001
7 years, 3 months ago (2013-09-13 01:49:38 UTC) #5
commit-bot: I haz the power
7 years, 3 months ago (2013-09-13 02:55:51 UTC) #6
Message was sent while issue was closed.
Change committed as 157733

Powered by Google App Engine
This is Rietveld 408576698