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

Unified Diff: cc/keyframed_animation_curve.h

Issue 11644004: Only create instances of WebTransformOperations using cc::TransformOperations::Create (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase, and fix WebTransformAnimationCurveImpl Created 8 years 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: cc/keyframed_animation_curve.h
diff --git a/cc/keyframed_animation_curve.h b/cc/keyframed_animation_curve.h
index 5685eb87bdc8bfb912831ea6728e9d78395262f8..c10341cf4b75999f526d4c5edb2ce78d3b3de116 100644
--- a/cc/keyframed_animation_curve.h
+++ b/cc/keyframed_animation_curve.h
@@ -56,7 +56,7 @@ public:
private:
TransformKeyframe(double time, const WebKit::WebTransformOperations& value, scoped_ptr<TimingFunction>);
- WebKit::WebTransformOperations m_value;
+ scoped_ptr<WebKit::WebTransformOperations> m_value;
};
class CC_EXPORT KeyframedFloatAnimationCurve : public FloatAnimationCurve {
« no previous file with comments | « cc/cc.gyp ('k') | cc/keyframed_animation_curve.cc » ('j') | cc/transform_operations.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698