| Index: sky/engine/web/AssertMatchingEnums.cpp
|
| diff --git a/sky/engine/web/AssertMatchingEnums.cpp b/sky/engine/web/AssertMatchingEnums.cpp
|
| index 5b674bb0133bbd605620ee7645542852544b8909..42ceaae2e24ad5c1dc48f0386e58219c08bb0d9f 100644
|
| --- a/sky/engine/web/AssertMatchingEnums.cpp
|
| +++ b/sky/engine/web/AssertMatchingEnums.cpp
|
| @@ -45,7 +45,6 @@
|
| #include "sky/engine/core/page/PageVisibilityState.h"
|
| #include "sky/engine/core/rendering/style/RenderStyleConstants.h"
|
| #include "sky/engine/platform/Cursor.h"
|
| -#include "sky/engine/platform/PlatformMouseEvent.h"
|
| #include "sky/engine/platform/fonts/FontDescription.h"
|
| #include "sky/engine/platform/fonts/FontSmoothingMode.h"
|
| #include "sky/engine/platform/graphics/filters/FilterOperation.h"
|
| @@ -159,11 +158,6 @@ COMPILE_ASSERT_MATCHING_ENUM(WebNode::TextNode, Node::TEXT_NODE);
|
| COMPILE_ASSERT_MATCHING_ENUM(WebNode::DocumentNode, Node::DOCUMENT_NODE);
|
| COMPILE_ASSERT_MATCHING_ENUM(WebNode::DocumentFragmentNode, Node::DOCUMENT_FRAGMENT_NODE);
|
|
|
| -COMPILE_ASSERT_MATCHING_ENUM(WebMouseEvent::ButtonNone, NoButton);
|
| -COMPILE_ASSERT_MATCHING_ENUM(WebMouseEvent::ButtonLeft, LeftButton);
|
| -COMPILE_ASSERT_MATCHING_ENUM(WebMouseEvent::ButtonMiddle, MiddleButton);
|
| -COMPILE_ASSERT_MATCHING_ENUM(WebMouseEvent::ButtonRight, RightButton);
|
| -
|
| COMPILE_ASSERT_MATCHING_ENUM(WebTextAffinityUpstream, UPSTREAM);
|
| COMPILE_ASSERT_MATCHING_ENUM(WebTextAffinityDownstream, DOWNSTREAM);
|
|
|
|
|