Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(972)

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTextControl.h

Issue 1478573002: Double-clicking whitespace after value text should select the last word in INPUT/TEXTAREA. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 1ea49358ff83cc1d6956c7615da24c0d63e9d7f9..221d2d7d95d8f2df89b5062297e57b16b741cde0 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTextControl.h
+++ b/third_party/WebKit/Source/core/layout/LayoutTextControl.h
@@ -80,8 +80,6 @@ private:
void removeLeftoverAnonymousBlock(LayoutBlock*) final { }
bool avoidsFloats() const final { return true; }
- void addChild(LayoutObject* newChild, LayoutObject* beforeChild = nullptr) final;
-
void addOutlineRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset, IncludeBlockVisualOverflowOrNot) const final;
bool canBeProgramaticallyScrolled() const final { return true; }

Powered by Google App Engine
This is Rietveld 408576698