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

Unified Diff: Source/core/html/HTMLTextAreaElement.h

Issue 23035007: Replace HTMLTextFormControlElement::fixPlaceholderRenderer with an override of RenderTextControl::a… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 months 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
« no previous file with comments | « no previous file | Source/core/html/HTMLTextAreaElement.cpp » ('j') | Source/core/html/TextFieldInputType.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLTextAreaElement.h
diff --git a/Source/core/html/HTMLTextAreaElement.h b/Source/core/html/HTMLTextAreaElement.h
index 2331bc17d9cbf8ed52f4cca8c96b3fcff0c34c5c..5bcacdfc1ee4ddd94203cba6e3e3f81b8671329b 100644
--- a/Source/core/html/HTMLTextAreaElement.h
+++ b/Source/core/html/HTMLTextAreaElement.h
@@ -111,7 +111,6 @@ private:
virtual void accessKeyAction(bool sendMouseEvents);
virtual bool shouldUseInputMethod();
- virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
virtual bool matchesReadOnlyPseudoClass() const OVERRIDE;
virtual bool matchesReadWritePseudoClass() const OVERRIDE;
« no previous file with comments | « no previous file | Source/core/html/HTMLTextAreaElement.cpp » ('j') | Source/core/html/TextFieldInputType.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698