Index: third_party/WebKit/Source/core/layout/LayoutTextControl.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutTextControl.h b/third_party/WebKit/Source/core/layout/LayoutTextControl.h |
index 54b352ca253f167d21a987db26aabc5a18c42599..a58da2354d2c9e5763d53b9270202196960f2c8c 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTextControl.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutTextControl.h |
@@ -85,6 +85,7 @@ private: |
void addOutlineRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset, IncludeBlockVisualOverflowOrNot) const final; |
bool canBeProgramaticallyScrolled() const final { return true; } |
+ void scrollRectToVisible(const LayoutRect&, const ScrollAlignment& alignX, const ScrollAlignment& alignY, bool programmaticScroll) override; |
}; |
DEFINE_LAYOUT_OBJECT_TYPE_CASTS(LayoutTextControl, isTextControl()); |