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

Unified Diff: third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.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/SVGLayoutSupport.h
diff --git a/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.h b/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.h
index 53ed15e0a2182ca9382bcfaf1d14a178239a13d6..8ff63f57ab885e50f2cf63fbeac75e730d4a31f3 100644
--- a/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.h
+++ b/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.h
@@ -50,7 +50,8 @@ class CORE_EXPORT SVGLayoutSupport {
STATIC_ONLY(SVGLayoutSupport);
public:
- // Shares child layouting code between LayoutSVGRoot/LayoutSVG(Hidden)Container
+ // Shares child layouting code between
+ // LayoutSVGRoot/LayoutSVG(Hidden)Container
static void layoutChildren(LayoutObject*,
bool forceLayout,
bool screenScalingFactorChanged,
@@ -62,7 +63,8 @@ class CORE_EXPORT SVGLayoutSupport {
// Helper function determining whether overflow is hidden.
static bool isOverflowHidden(const LayoutObject*);
- // Calculates the paintInvalidationRect in combination with filter, clipper and masker in local coordinates.
+ // Calculates the paintInvalidationRect in combination with filter, clipper
+ // and masker in local coordinates.
static void intersectPaintInvalidationRectWithResources(const LayoutObject*,
FloatRect&);
@@ -88,7 +90,8 @@ class CORE_EXPORT SVGLayoutSupport {
FloatRect& strokeBoundingBox,
FloatRect& paintInvalidationBoundingBox);
- // Important functions used by nearly all SVG layoutObjects centralizing coordinate transformations / paint invalidation rect calculations
+ // Important functions used by nearly all SVG layoutObjects centralizing
+ // coordinate transformations / paint invalidation rect calculations
static FloatRect localOverflowRectForPaintInvalidation(const LayoutObject&);
static LayoutRect clippedOverflowRectForPaintInvalidation(
const LayoutObject&,
@@ -133,8 +136,8 @@ class CORE_EXPORT SVGLayoutSupport {
// FIXME: These methods do not belong here.
static const LayoutSVGRoot* findTreeRootObject(const LayoutObject*);
- // Helper method for determining if a LayoutObject marked as text (isText()== true)
- // can/will be laid out as part of a <text>.
+ // Helper method for determining if a LayoutObject marked as text (isText()==
+ // true) can/will be laid out as part of a <text>.
static bool isLayoutableTextNode(const LayoutObject*);
// Determines whether a svg node should isolate or not based on ComputedStyle.

Powered by Google App Engine
This is Rietveld 408576698