| 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 cccc742eb0f558312785a62ea1975831bfc702f5..2dcf72097c4a539a831dd52b029b6625917f42f1 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| @@ -280,6 +280,8 @@ class CORE_EXPORT FrameSelection final
|
|
|
| GranularityStrategy* GetGranularityStrategy();
|
|
|
| + IntRect ComputeRectToScroll(RevealExtentOption);
|
| +
|
| // Implementation of |SynchronousMutationObserver| member functions.
|
| void ContextDestroyed(Document*) final;
|
| void NodeChildrenWillBeRemoved(ContainerNode&) final;
|
|
|