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

Unified Diff: third_party/WebKit/Source/core/style/StyleDifference.h

Issue 2392143002: reflow comments in core/style (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/style/StyleDifference.h
diff --git a/third_party/WebKit/Source/core/style/StyleDifference.h b/third_party/WebKit/Source/core/style/StyleDifference.h
index fc135ad4dfcf50e88778284acb1c8e1b56a0e9ad..af9627eabc9f4e3c21d66904b86f754397c5185e 100644
--- a/third_party/WebKit/Source/core/style/StyleDifference.h
+++ b/third_party/WebKit/Source/core/style/StyleDifference.h
@@ -20,9 +20,11 @@ class StyleDifference {
ZIndexChanged = 1 << 2,
FilterChanged = 1 << 3,
BackdropFilterChanged = 1 << 4,
- // The object needs to issue paint invalidations if it is affected by text decorations or properties dependent on color (e.g., border or outline).
+ // The object needs to issue paint invalidations if it is affected by text
+ // decorations or properties dependent on color (e.g., border or outline).
TextDecorationOrColorChanged = 1 << 5,
- // If you add a value here, be sure to update the number of bits on m_propertySpecificDifferences.
+ // If you add a value here, be sure to update the number of bits on
+ // m_propertySpecificDifferences.
};
StyleDifference()

Powered by Google App Engine
This is Rietveld 408576698