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

Unified Diff: third_party/WebKit/Source/core/animation/StringKeyframe.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/StringKeyframe.h
diff --git a/third_party/WebKit/Source/core/animation/StringKeyframe.h b/third_party/WebKit/Source/core/animation/StringKeyframe.h
index d60c92da87b1aeb66f18fc4176bffe4f6a191f89..5c5deffe6053e81ea9d5aff54b5bd96924e510fa 100644
--- a/third_party/WebKit/Source/core/animation/StringKeyframe.h
+++ b/third_party/WebKit/Source/core/animation/StringKeyframe.h
@@ -157,7 +157,7 @@ class StringKeyframe : public Keyframe {
PassRefPtr<Keyframe> clone() const override;
PassRefPtr<Keyframe::PropertySpecificKeyframe> createPropertySpecificKeyframe(
- PropertyHandle) const override;
+ const PropertyHandle&) const override;
bool isStringKeyframe() const override { return true; }

Powered by Google App Engine
This is Rietveld 408576698