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

Unified Diff: third_party/WebKit/Source/platform/animation/AnimationTranslationUtil.h

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/AnimationTranslationUtil.h
diff --git a/third_party/WebKit/Source/core/animation/AnimationTranslationUtil.h b/third_party/WebKit/Source/platform/animation/AnimationTranslationUtil.h
similarity index 85%
rename from third_party/WebKit/Source/core/animation/AnimationTranslationUtil.h
rename to third_party/WebKit/Source/platform/animation/AnimationTranslationUtil.h
index 08be9f47f563b8eb058e1771fa2b45192b98b5da..f0c7a77efe1f07f03e7f337d4a63178fcdf1aeed 100644
--- a/third_party/WebKit/Source/core/animation/AnimationTranslationUtil.h
+++ b/third_party/WebKit/Source/platform/animation/AnimationTranslationUtil.h
@@ -31,7 +31,7 @@
#ifndef AnimationTranslationUtil_h
#define AnimationTranslationUtil_h
-#include "core/CoreExport.h"
+#include "platform/PlatformExport.h"
namespace blink {
@@ -40,8 +40,8 @@ class CompositorTransformOperations;
class FilterOperations;
class TransformOperations;
-CORE_EXPORT void toCompositorTransformOperations(const TransformOperations& inOperations, CompositorTransformOperations* outOperations);
-CORE_EXPORT void toCompositorFilterOperations(const FilterOperations& inOperations, CompositorFilterOperations* outOperations);
+PLATFORM_EXPORT void toCompositorTransformOperations(const TransformOperations& inOperations, CompositorTransformOperations* outOperations);
+PLATFORM_EXPORT void toCompositorFilterOperations(const FilterOperations& inOperations, CompositorFilterOperations* outOperations);
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/platform/animation/AnimationTranslationUtil.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698