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

Unified Diff: third_party/WebKit/Source/core/paint/ObjectPaintProperties.cpp

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/ObjectPaintProperties.cpp
diff --git a/third_party/WebKit/Source/core/paint/ObjectPaintProperties.cpp b/third_party/WebKit/Source/core/paint/ObjectPaintProperties.cpp
index 3882ed2b9069c23ffbaf84408e783a9ee0992ea0..f216b15f52e9c2e2b0470649535aae4fbd1cf4f6 100644
--- a/third_party/WebKit/Source/core/paint/ObjectPaintProperties.cpp
+++ b/third_party/WebKit/Source/core/paint/ObjectPaintProperties.cpp
@@ -13,8 +13,8 @@ ObjectPaintProperties::contentsProperties() const {
if (svgLocalToBorderBoxTransform()) {
propertiesWithOffset.propertyTreeState.setTransform(
svgLocalToBorderBoxTransform());
- // There's no paint offset for the contents because svgLocalToBorderBoxTransform bakes in
- // the paint offset.
+ // There's no paint offset for the contents because
+ // svgLocalToBorderBoxTransform bakes in the paint offset.
propertiesWithOffset.paintOffset = LayoutPoint();
} else if (scrollTranslation()) {
propertiesWithOffset.propertyTreeState.setTransform(scrollTranslation());
« no previous file with comments | « third_party/WebKit/Source/core/paint/ObjectPaintProperties.h ('k') | third_party/WebKit/Source/core/paint/ObjectPainter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698