| Index: third_party/WebKit/Source/core/frame/LocalFrame.h
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| index 96b5aa027f6453197df86589220b550554af5461..623432a2161daeea834d30806c7e833ced7f1510 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| @@ -147,6 +147,9 @@ class CORE_EXPORT LocalFrame final : public Frame,
|
| FrameConsole& console() const;
|
| IdleSpellCheckCallback& idleSpellCheckCallback() const;
|
|
|
| + // Requests spelling and grammar to be checked when the renderer is idle.
|
| + void setNeedsSpellChecking();
|
| +
|
| // This method is used to get the highest level LocalFrame in this
|
| // frame's in-process subtree.
|
| // FIXME: This is a temporary hack to support RemoteFrames, and callers
|
|
|