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

Unified Diff: third_party/WebKit/Source/platform/animation/CompositorTransformOperations.cpp

Issue 1698213002: Blink Compositor: Erase virtuals on Transform and Filter operations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move AnimationTranslationUtil to platform. Created 4 years, 10 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/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;

Powered by Google App Engine
This is Rietveld 408576698