| 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 09be675f9ae2357fab9485ce8b55f83252482522..52a912775741b38ffa41b4fc2694073b0ba66498 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| @@ -33,6 +33,7 @@
|
| #include <memory>
|
|
|
| #include "core/dom/DocumentUserGestureToken.h"
|
| +#include "core/editing/CompositionUnderlineVectorBuilder.h"
|
| #include "core/editing/EditingUtilities.h"
|
| #include "core/editing/Editor.h"
|
| #include "core/editing/FrameSelection.h"
|
| @@ -63,7 +64,6 @@
|
| #include "public/web/WebRange.h"
|
| #include "public/web/WebWidgetClient.h"
|
| #include "web/AnimationWorkletProxyClientImpl.h"
|
| -#include "web/CompositionUnderlineVectorBuilder.h"
|
| #include "web/CompositorMutatorImpl.h"
|
| #include "web/CompositorWorkerProxyClientImpl.h"
|
| #include "web/ContextMenuAllowedScope.h"
|
|
|