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

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

Issue 22852020: Only allow reprojecting shadows between ShadowRoots of the same type (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Delete another test 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 | « Source/core/html/HTMLDetailsElement.h ('k') | Source/core/html/shadow/HTMLShadowElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLSummaryElement.h
diff --git a/Source/core/html/HTMLSummaryElement.h b/Source/core/html/HTMLSummaryElement.h
index 5a35da19d9c4bff5356d34e422978b0b15775425..ac4dc7e516be238d538fbc9f7b77f245160dc911 100644
--- a/Source/core/html/HTMLSummaryElement.h
+++ b/Source/core/html/HTMLSummaryElement.h
@@ -38,7 +38,6 @@ private:
virtual RenderObject* createRenderer(RenderStyle*);
virtual void defaultEventHandler(Event*);
- virtual bool supportsShadowElementForUserAgentShadow() const OVERRIDE { return false; }
virtual void didAddUserAgentShadowRoot(ShadowRoot*) OVERRIDE;
HTMLDetailsElement* detailsElement() const;
« no previous file with comments | « Source/core/html/HTMLDetailsElement.h ('k') | Source/core/html/shadow/HTMLShadowElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698