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

Unified Diff: third_party/WebKit/Source/core/css/resolver/AnimatedStyleBuilder.cpp

Issue 2399633003: reflow comments in core/css/resolver (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/css/resolver/CSSToStyleMap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/resolver/AnimatedStyleBuilder.cpp
diff --git a/third_party/WebKit/Source/core/css/resolver/AnimatedStyleBuilder.cpp b/third_party/WebKit/Source/core/css/resolver/AnimatedStyleBuilder.cpp
index 13d115cdd908d4490401cd3db45d5e50a885afcd..8849d8fe40384822e5948956b6518f61fca503ad 100644
--- a/third_party/WebKit/Source/core/css/resolver/AnimatedStyleBuilder.cpp
+++ b/third_party/WebKit/Source/core/css/resolver/AnimatedStyleBuilder.cpp
@@ -713,7 +713,8 @@ void AnimatedStyleBuilder::applyProperty(CSSPropertyID property,
case CSSPropertyTransform: {
const TransformOperations& operations =
toAnimatableTransform(value)->transformOperations();
- // FIXME: This normalization (handling of 'none') should be performed at input in AnimatableValueFactory.
+ // FIXME: This normalization (handling of 'none') should be performed at
+ // input in AnimatableValueFactory.
if (operations.size() == 0) {
style->setTransform(TransformOperations(true));
return;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/resolver/CSSToStyleMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698