| 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 d902bc950ad9746202cd04b0e9befa6b59891a21..37e17076a4feb073d52a3181838f77505d190314 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"
|
|
|