| Index: third_party/WebKit/Source/core/editing/FrameSelection.h
|
| diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.h b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| index 5ee4bb1a9fe461c1aed6955590713fb5cb051a65..a65f48fbc1c9312b6b8b63b6597323c513240fd6 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| @@ -51,7 +51,6 @@ class LocalFrame;
|
| class FrameCaret;
|
| class GranularityStrategy;
|
| class GraphicsContext;
|
| -class HTMLFormElement;
|
| class SelectionEditor;
|
| class LayoutSelection;
|
| class TextIteratorBehavior;
|
| @@ -235,8 +234,6 @@ class CORE_EXPORT FrameSelection final
|
| LayoutRect Bounds() const;
|
| LayoutRect UnclippedBounds() const;
|
|
|
| - HTMLFormElement* CurrentForm() const;
|
| -
|
| // TODO(tkent): This function has a bug that scrolling doesn't work well in
|
| // a case of RangeSelection. crbug.com/443061
|
| void RevealSelection(
|
|
|