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

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, 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: Source/core/html/forms/InputTypeView.cpp
diff --git a/Source/core/html/forms/InputTypeView.cpp b/Source/core/html/forms/InputTypeView.cpp
index 34c5a4cd3ea36c2aea0593f0f758cc4c33e62ab4..713822a913c353cfc79c691f9eb0f10c89bbbbaa 100644
--- a/Source/core/html/forms/InputTypeView.cpp
+++ b/Source/core/html/forms/InputTypeView.cpp
@@ -232,4 +232,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