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

Unified Diff: third_party/WebKit/Source/core/paint/BackgroundImageGeometry.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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/BackgroundImageGeometry.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/paint/BackgroundImageGeometry.h
diff --git a/third_party/WebKit/Source/core/paint/BackgroundImageGeometry.h b/third_party/WebKit/Source/core/paint/BackgroundImageGeometry.h
index 55e91d2861ad0b186c4834fb50dc82386bd12c3e..1215ad22cbd1ca195b91a85383b1f34795cfcb08 100644
--- a/third_party/WebKit/Source/core/paint/BackgroundImageGeometry.h
+++ b/third_party/WebKit/Source/core/paint/BackgroundImageGeometry.h
@@ -36,7 +36,8 @@ class BackgroundImageGeometry {
// Space-size represents extra width and height that may be added to
// the image if used as a pattern with background-repeat: space.
const LayoutSize& spaceSize() const { return m_repeatSpacing; }
- // Has background-attachment: fixed. Implies that we can't always cheaply compute destRect.
+ // Has background-attachment: fixed. Implies that we can't always cheaply
+ // compute destRect.
bool hasNonLocalGeometry() const { return m_hasNonLocalGeometry; }
private:
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/BackgroundImageGeometry.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698