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

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

Issue 757583002: Revert of Use Shadow DOM to display fallback content for images (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« no previous file with comments | « Source/core/html/HTMLImageLoader.cpp ('k') | Source/core/html/HTMLInputElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLInputElement.h
diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h
index a015d8ec66213d833ea762918d3032d19e10d677..bc4f31fe6913e31ef673f47fe758e870e57ae08e 100644
--- a/Source/core/html/HTMLInputElement.h
+++ b/Source/core/html/HTMLInputElement.h
@@ -154,7 +154,7 @@
virtual bool isActivatedSubmit() const override final;
virtual void setActivatedSubmit(bool flag) override final;
- virtual String altText() const override final;
+ String altText() const;
int maxResults() const { return m_maxResults; }
@@ -252,9 +252,6 @@
AXObject* popupRootAXObject();
virtual void didNotifySubtreeInsertionsToDocument() override;
- virtual void ensureFallbackContent();
- virtual void ensurePrimaryContent();
- bool hasFallbackContent() const;
protected:
HTMLInputElement(Document&, HTMLFormElement*, bool createdByParser);
@@ -351,7 +348,9 @@
RadioButtonGroupScope* radioButtonGroupScope() const;
void addToRadioButtonGroup();
void removeFromRadioButtonGroup();
+#if ENABLE(INPUT_MULTIPLE_FIELDS_UI)
virtual PassRefPtr<RenderStyle> customStyleForRenderer() override;
+#endif
virtual bool shouldDispatchFormControlChangeEvent(String&, String&) override;
« no previous file with comments | « Source/core/html/HTMLImageLoader.cpp ('k') | Source/core/html/HTMLInputElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698