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

Issue 1317563010: Drop SVGElement::getBoundingBox (Closed)

Created:
5 years, 3 months ago by fs
Modified:
5 years, 3 months ago
Reviewers:
pdr.
CC:
blink-reviews, blink-reviews-dom_chromium.org, dglazkov+blink, krit, eae+blinkwatch, f(malita), fs, gyuyoung2, kouhei+svg_chromium.org, pdr+svgwatchlist_chromium.org, rwlbuis, Stephen Chennney, sof
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Drop SVGElement::getBoundingBox The two users can be trivially replaced with queries on the layout tree instead. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201973

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -19 lines) Patch
M Source/core/dom/Element.cpp View 2 chunks +4 lines, -8 lines 3 comments Download
M Source/core/svg/SVGElement.h View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/svg/SVGElement.cpp View 1 chunk +0 lines, -9 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
fs
https://codereview.chromium.org/1317563010/diff/1/Source/core/dom/Element.cpp File Source/core/dom/Element.cpp (right): https://codereview.chromium.org/1317563010/diff/1/Source/core/dom/Element.cpp#newcode1000 Source/core/dom/Element.cpp:1000: if (isSVGElement() && layoutObject()) { This looks like a ...
5 years, 3 months ago (2015-09-08 15:33:53 UTC) #2
pdr.
LGTM https://codereview.chromium.org/1317563010/diff/1/Source/core/dom/Element.cpp File Source/core/dom/Element.cpp (right): https://codereview.chromium.org/1317563010/diff/1/Source/core/dom/Element.cpp#newcode1047 Source/core/dom/Element.cpp:1047: quads.append(elementLayoutObject->localToAbsoluteQuad(elementLayoutObject->objectBoundingBox())); On 2015/09/08 at 15:33:53, fs wrote: > ...
5 years, 3 months ago (2015-09-09 06:45:53 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1317563010/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1317563010/1
5 years, 3 months ago (2015-09-09 11:08:31 UTC) #5
commit-bot: I haz the power
5 years, 3 months ago (2015-09-09 12:33:01 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=201973

Powered by Google App Engine
This is Rietveld 408576698