Index: third_party/WebKit/Source/platform/animation/CompositorTransformOperations.cpp |
diff --git a/third_party/WebKit/Source/platform/animation/CompositorTransformOperations.cpp b/third_party/WebKit/Source/platform/animation/CompositorTransformOperations.cpp |
index 02c8a66c0c2c4fdb8fdaa0cb9beb23072c9d7848..db6f3090954ede645a5dbe32dae563cd2078a7b6 100644 |
--- a/third_party/WebKit/Source/platform/animation/CompositorTransformOperations.cpp |
+++ b/third_party/WebKit/Source/platform/animation/CompositorTransformOperations.cpp |
@@ -13,10 +13,6 @@ CompositorTransformOperations::CompositorTransformOperations() |
{ |
} |
-CompositorTransformOperations::~CompositorTransformOperations() |
-{ |
-} |
- |
const cc::TransformOperations& CompositorTransformOperations::asTransformOperations() const |
{ |
return m_transformOperations; |