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

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

Issue 1616653002: CC Animation: Move files from cc_blink to Source/platform/animation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Fix copyrights and years. 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/core/animation/AnimationTranslationUtil.h
diff --git a/third_party/WebKit/Source/core/animation/AnimationTranslationUtil.h b/third_party/WebKit/Source/core/animation/AnimationTranslationUtil.h
index 52acfd43f6ac91c1c0ea30406fe93059d11dfcb7..08be9f47f563b8eb058e1771fa2b45192b98b5da 100644
--- a/third_party/WebKit/Source/core/animation/AnimationTranslationUtil.h
+++ b/third_party/WebKit/Source/core/animation/AnimationTranslationUtil.h
@@ -35,13 +35,13 @@
namespace blink {
+class CompositorFilterOperations;
+class CompositorTransformOperations;
class FilterOperations;
class TransformOperations;
-class WebFilterOperations;
-class WebTransformOperations;
-CORE_EXPORT void toWebTransformOperations(const TransformOperations& inOperations, WebTransformOperations* outOperations);
-CORE_EXPORT void toWebFilterOperations(const FilterOperations& inOperations, WebFilterOperations* outOperations);
+CORE_EXPORT void toCompositorTransformOperations(const TransformOperations& inOperations, CompositorTransformOperations* outOperations);
+CORE_EXPORT void toCompositorFilterOperations(const FilterOperations& inOperations, CompositorFilterOperations* outOperations);
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698