| Index: third_party/WebKit/Source/platform/animation/AnimationTranslationUtil.h
|
| diff --git a/third_party/WebKit/Source/platform/animation/AnimationTranslationUtil.h b/third_party/WebKit/Source/platform/animation/AnimationTranslationUtil.h
|
| index 6519a2b6e3d1af055f7b571dedc453156b9979c1..4c4add2ce6ee22868bad0f64473601fda97ac2ee 100644
|
| --- a/third_party/WebKit/Source/platform/animation/AnimationTranslationUtil.h
|
| +++ b/third_party/WebKit/Source/platform/animation/AnimationTranslationUtil.h
|
| @@ -35,13 +35,10 @@
|
|
|
| namespace blink {
|
|
|
| -class CompositorFilterOperations;
|
| class CompositorTransformOperations;
|
| -class FilterOperations;
|
| class TransformOperations;
|
|
|
| PLATFORM_EXPORT void toCompositorTransformOperations(const TransformOperations& inOperations, CompositorTransformOperations* outOperations);
|
| -PLATFORM_EXPORT CompositorFilterOperations toCompositorFilterOperations(const FilterOperations&);
|
|
|
| } // namespace blink
|
|
|
|
|