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

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

Issue 880573007: Re-attach renderer for progress/meter when author shadow is allowed. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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/HTMLMeterElement.h
diff --git a/Source/core/html/HTMLMeterElement.h b/Source/core/html/HTMLMeterElement.h
index 7b6d89a5fff6cf301a11ae4b9b2639e7cb5307c5..e1fcde78ea9cd16830f6bd7357da196728733335 100644
--- a/Source/core/html/HTMLMeterElement.h
+++ b/Source/core/html/HTMLMeterElement.h
@@ -69,6 +69,7 @@ private:
virtual ~HTMLMeterElement();
virtual bool areAuthorShadowsAllowed() const override { return false; }
+ virtual void willAddFirstAuthorShadowRoot() override;
RenderMeter* renderMeter() const;
virtual bool supportLabels() const override { return true; }
« no previous file with comments | « LayoutTests/fast/dom/shadow/shadowdom-for-progress-redistribute-expected.html ('k') | Source/core/html/HTMLMeterElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698