Chromium Code Reviews| Index: Source/core/animation/AnimationTranslationUtil.h |
| diff --git a/Source/core/animation/AnimationTranslationUtil.h b/Source/core/animation/AnimationTranslationUtil.h |
| index f547671e18a8d184fd8a108d4e88ea51c8fd813b..9a864541c0f17a4ad4bcf97f1c898cd4190841ce 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 WebTransformOperations; |
| +class WebFilterOperations; |
|
haraken
2014/08/11 10:34:52
Alphabetical order please. I guess this will be ca
|
| -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 |