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

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h

Issue 2604073002: Apply offset from the correct graphics layer; simplify code for link highlights. (Closed)
Patch Set: none Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h
index 823b44b2422632214c9e3c612b7a640650e9ad98..33eed6c6be4f18fac042f2316aca5e5652904a0c 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h
@@ -54,7 +54,8 @@ class LayoutSVGModelObject : public LayoutObject {
void absoluteRects(Vector<IntRect>&,
const LayoutPoint& accumulatedOffset) const final;
- void absoluteQuads(Vector<FloatQuad>&) const override;
+ void absoluteQuads(Vector<FloatQuad>&,
+ MapCoordinatesFlags mode = 0) const override;
FloatRect localBoundingBoxRectForAccessibility() const final;
void mapLocalToAncestor(const LayoutBoxModelObject* ancestor,

Powered by Google App Engine
This is Rietveld 408576698