| Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| index 8a687b75995b91133e4d27afa39a57afd308e8fd..155382890b3ac2c2bc4af249f287e5fbc88a9885 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| @@ -47,6 +47,7 @@
|
| #include "core/frame/Settings.h"
|
| #include "core/frame/VisualViewport.h"
|
| #include "core/html/HTMLTextAreaElement.h"
|
| +#include "core/input/ContextMenuAllowedScope.h"
|
| #include "core/input/EventHandler.h"
|
| #include "core/layout/LayoutView.h"
|
| #include "core/layout/api/LayoutViewItem.h"
|
| @@ -69,7 +70,6 @@
|
| #include "web/AnimationWorkletProxyClientImpl.h"
|
| #include "web/CompositorMutatorImpl.h"
|
| #include "web/CompositorWorkerProxyClientImpl.h"
|
| -#include "web/ContextMenuAllowedScope.h"
|
| #include "web/WebDevToolsAgentImpl.h"
|
| #include "web/WebInputMethodControllerImpl.h"
|
| #include "web/WebLocalFrameImpl.h"
|
|
|