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

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

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.h
diff --git a/third_party/WebKit/Source/core/animation/InterpolationEffect.h b/third_party/WebKit/Source/core/animation/InterpolationEffect.h
index 392fb4a958fadfb130c92c03e9ba9d163914b59d..dfb926b10eaacad8a2cc8f1d63c0a7789f81f4cb 100644
--- a/third_party/WebKit/Source/core/animation/InterpolationEffect.h
+++ b/third_party/WebKit/Source/core/animation/InterpolationEffect.h
@@ -46,7 +46,7 @@ class CORE_EXPORT InterpolationEffect {
}
void addInterpolationsFromKeyframes(
- PropertyHandle,
+ const PropertyHandle&,
const Keyframe::PropertySpecificKeyframe& keyframeA,
const Keyframe::PropertySpecificKeyframe& keyframeB,
double applyFrom,

Powered by Google App Engine
This is Rietveld 408576698