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

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.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/LayoutSVGContainer.h
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.h
index 5b1b59271f89448f9a0dff3ff879af418f0fffde..6b0ae7e0870c7b93808ddd3235e4d309bd79a7b8 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.h
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.h
@@ -88,10 +88,12 @@ class LayoutSVGContainer : public LayoutSVGModelObject {
const FloatPoint& pointInParent,
HitTestAction) override;
- // Allow LayoutSVGTransformableContainer to hook in at the right time in layout().
+ // Allow LayoutSVGTransformableContainer to hook in at the right time in
+ // layout().
virtual SVGTransformChange calculateLocalTransform();
- // Allow LayoutSVGViewportContainer to hook in at the right times in layout() and nodeAtFloatPoint().
+ // Allow LayoutSVGViewportContainer to hook in at the right times in layout()
+ // and nodeAtFloatPoint().
virtual void calcViewport() {}
virtual bool pointIsInsideViewportClip(const FloatPoint& /*pointInParent*/) {
return true;

Powered by Google App Engine
This is Rietveld 408576698