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

Unified Diff: third_party/WebKit/Source/core/paint/PaintInvalidationCapableScrollableArea.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/PaintInvalidationCapableScrollableArea.h
diff --git a/third_party/WebKit/Source/core/paint/PaintInvalidationCapableScrollableArea.h b/third_party/WebKit/Source/core/paint/PaintInvalidationCapableScrollableArea.h
index f2761c0b5e302aa712343e834a314c3e982d715a..ea3682c86c6a80a207820289c7a0624c2ace3ae4 100644
--- a/third_party/WebKit/Source/core/paint/PaintInvalidationCapableScrollableArea.h
+++ b/third_party/WebKit/Source/core/paint/PaintInvalidationCapableScrollableArea.h
@@ -18,8 +18,10 @@ class PaintInvalidationContainer;
class PaintInvalidationState;
struct PaintInvalidatorContext;
-// Base class of FrameView and PaintLayerScrollableArea to share paint invalidation code.
-// TODO(wangxianzhu): Combine this into PaintLayerScrollableArea when root-layer-scrolls launches.
+// Base class of FrameView and PaintLayerScrollableArea to share paint
+// invalidation code.
+// TODO(wangxianzhu): Combine this into PaintLayerScrollableArea when
+// root-layer-scrolls launches.
class CORE_EXPORT PaintInvalidationCapableScrollableArea
: public ScrollableArea {
public:
@@ -32,7 +34,8 @@ class CORE_EXPORT PaintInvalidationCapableScrollableArea
void invalidatePaintOfScrollControlsIfNeeded(const PaintInvalidationState&);
void invalidatePaintOfScrollControlsIfNeeded(const PaintInvalidatorContext&);
- // Should be called when the previous paint invalidation rects are no longer valid.
+ // Should be called when the previous paint invalidation rects are no longer
+ // valid.
void clearPreviousPaintInvalidationRects();
virtual IntRect scrollCornerAndResizerRect() const {

Powered by Google App Engine
This is Rietveld 408576698