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

Unified Diff: Source/core/html/forms/InputTypeView.cpp

Issue 481753002: Use Shadow DOM to display fallback content for images (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 6 years, 3 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
Index: Source/core/html/forms/InputTypeView.cpp
diff --git a/Source/core/html/forms/InputTypeView.cpp b/Source/core/html/forms/InputTypeView.cpp
index b7f2931a0a1bc30a77f6c7d0280a9de07d3cf5aa..c98c46545e64c07e50008f53211d4596ac723b35 100644
--- a/Source/core/html/forms/InputTypeView.cpp
+++ b/Source/core/html/forms/InputTypeView.cpp
@@ -228,4 +228,12 @@ void ClickHandlingState::trace(Visitor* visitor)
visitor->trace(checkedRadioButton);
}
+void InputTypeView::ensureFallbackContent()
+{
+}
+
+void InputTypeView::ensurePrimaryContent()
+{
+}
+
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698