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

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

Issue 453393002: Cleanup duplicated namespace in AnimationTranslationUtil (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Cleanup duplicated namespace in AnimationTranslationUtil Created 6 years, 4 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
« no previous file with comments | « no previous file | Source/core/animation/AnimationTranslationUtil.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/AnimationTranslationUtil.h
diff --git a/Source/core/animation/AnimationTranslationUtil.h b/Source/core/animation/AnimationTranslationUtil.h
index f547671e18a8d184fd8a108d4e88ea51c8fd813b..3935630bb5b18ea997aac14dc610d5ecb6c0e0f0 100644
--- a/Source/core/animation/AnimationTranslationUtil.h
+++ b/Source/core/animation/AnimationTranslationUtil.h
@@ -32,17 +32,14 @@
#define AnimationTranslationUtil_h
namespace blink {
-class WebTransformOperations;
-class WebFilterOperations;
-}
-
-namespace blink {
class FilterOperations;
class TransformOperations;
+class WebFilterOperations;
+class WebTransformOperations;
-void toWebTransformOperations(const TransformOperations& inOperations, blink::WebTransformOperations* outOperations);
-void toWebFilterOperations(const FilterOperations& inOperations, blink::WebFilterOperations* outOperations);
+void toWebTransformOperations(const TransformOperations& inOperations, WebTransformOperations* outOperations);
+void toWebFilterOperations(const FilterOperations& inOperations, WebFilterOperations* outOperations);
} // namespace blink
« no previous file with comments | « no previous file | Source/core/animation/AnimationTranslationUtil.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698