| Index: content/child/assert_matching_enums.cc
|
| diff --git a/content/child/assert_matching_enums.cc b/content/child/assert_matching_enums.cc
|
| index c211ee1537c4346900201859e428e36dcc6c6356..9b6f1ff38ebeb3fc75b3c4e50d2420df0024d184 100644
|
| --- a/content/child/assert_matching_enums.cc
|
| +++ b/content/child/assert_matching_enums.cc
|
| @@ -9,7 +9,6 @@
|
| #include "cc/animation/animation.h"
|
| #include "content/public/common/screen_orientation_values.h"
|
| #include "media/base/mime_util.h"
|
| -#include "third_party/WebKit/public/platform/WebCompositorAnimation.h"
|
| #include "third_party/WebKit/public/platform/WebMimeRegistry.h"
|
| #include "third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationLockType.h"
|
|
|
| @@ -46,17 +45,4 @@ STATIC_ASSERT_MATCHING_ENUM(blink::WebMimeRegistry::IsSupported,
|
| STATIC_ASSERT_MATCHING_ENUM(blink::WebMimeRegistry::MayBeSupported,
|
| media::MayBeSupported);
|
|
|
| -// TargetProperty
|
| -STATIC_ASSERT_MATCHING_ENUM(
|
| - blink::WebCompositorAnimation::TargetPropertyTransform,
|
| - cc::Animation::TRANSFORM);
|
| -STATIC_ASSERT_MATCHING_ENUM(
|
| - blink::WebCompositorAnimation::TargetPropertyOpacity,
|
| - cc::Animation::OPACITY);
|
| -STATIC_ASSERT_MATCHING_ENUM(blink::WebCompositorAnimation::TargetPropertyFilter,
|
| - cc::Animation::FILTER);
|
| -STATIC_ASSERT_MATCHING_ENUM(
|
| - blink::WebCompositorAnimation::TargetPropertyScrollOffset,
|
| - cc::Animation::SCROLL_OFFSET);
|
| -
|
| } // namespace content
|
|
|