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

Unified Diff: third_party/WebKit/Source/core/animation/InterpolationEffect.cpp

Issue 2649103007: Make PropertyHandle instances const references where possible (Closed)
Patch Set: Created 3 years, 11 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/animation/InterpolationEffect.cpp
diff --git a/third_party/WebKit/Source/core/animation/InterpolationEffect.cpp b/third_party/WebKit/Source/core/animation/InterpolationEffect.cpp
index 55a5739560996e3a7344e2e96d69a24ff526a359..ae12c262ea0303e6a8a24f1be5f7d06d53cc97cd 100644
--- a/third_party/WebKit/Source/core/animation/InterpolationEffect.cpp
+++ b/third_party/WebKit/Source/core/animation/InterpolationEffect.cpp
@@ -36,7 +36,7 @@ void InterpolationEffect::getActiveInterpolations(
}
void InterpolationEffect::addInterpolationsFromKeyframes(
- PropertyHandle property,
+ const PropertyHandle& property,
const Keyframe::PropertySpecificKeyframe& keyframeA,
const Keyframe::PropertySpecificKeyframe& keyframeB,
double applyFrom,

Powered by Google App Engine
This is Rietveld 408576698