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

Unified Diff: third_party/WebKit/Source/core/paint/SVGPaintContext.h

Issue 2392443009: reflow comments in core/paint (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/paint/SVGPaintContext.h
diff --git a/third_party/WebKit/Source/core/paint/SVGPaintContext.h b/third_party/WebKit/Source/core/paint/SVGPaintContext.h
index b8510d3f05d5f23c33d3667678f0717dea9c61ec..4c0d1cf04d689fe29bd1ea351af1f5d574ed2efa 100644
--- a/third_party/WebKit/Source/core/paint/SVGPaintContext.h
+++ b/third_party/WebKit/Source/core/paint/SVGPaintContext.h
@@ -43,8 +43,9 @@ class LayoutSVGResourceFilter;
class LayoutSVGResourceMasker;
class SVGResources;
-// This class hooks up the correct paint property transform node when spv2 is enabled, and otherwise
-// works like a TransformRecorder which emits Transform display items for spv1.
+// This class hooks up the correct paint property transform node when spv2 is
+// enabled, and otherwise works like a TransformRecorder which emits Transform
+// display items for spv1.
class SVGTransformContext : public TransformRecorder {
STACK_ALLOCATED();
@@ -115,7 +116,8 @@ class SVGPaintContext {
return m_filterPaintInfo ? *m_filterPaintInfo : m_paintInfo;
}
- // Return true if these operations aren't necessary or if they are successfully applied.
+ // Return true if these operations aren't necessary or if they are
+ // successfully applied.
bool applyClipMaskAndFilterIfNecessary();
static void paintSubtree(GraphicsContext&, const LayoutObject*);
@@ -134,10 +136,12 @@ class SVGPaintContext {
void applyCompositingIfNecessary();
void applyClipIfNecessary();
- // Return true if no masking is necessary or if the mask is successfully applied.
+ // Return true if no masking is necessary or if the mask is successfully
+ // applied.
bool applyMaskIfNecessary(SVGResources*);
- // Return true if no filtering is necessary or if the filter is successfully applied.
+ // Return true if no filtering is necessary or if the filter is successfully
+ // applied.
bool applyFilterIfNecessary(SVGResources*);
bool isIsolationInstalled() const;

Powered by Google App Engine
This is Rietveld 408576698