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

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

Issue 2400783002: Reformat comments in core/layout/svg (Closed)
Patch Set: Created 4 years, 2 months 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/LayoutSVGResourceMarker.h
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.h
index adcff7e7b3e80b24b0400c849f6d6880e0bcb5d6..22a7988ec6bcd23ccf12d67601076c8ae0e5e62e 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.h
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.h
@@ -39,7 +39,8 @@ class LayoutSVGResourceMarker final : public LayoutSVGResourceContainer {
void removeClientFromCache(LayoutObject*,
bool markForInvalidation = true) override;
- // Calculates marker boundaries, mapped to the target element's coordinate space
+ // Calculates marker boundaries, mapped to the target element's coordinate
+ // space.
FloatRect markerBoundaries(const AffineTransform& markerTransformation) const;
const AffineTransform& localToSVGParentTransform() const override;

Powered by Google App Engine
This is Rietveld 408576698