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

Unified Diff: Source/WebCore/css/SelectorChecker.cpp

Issue 13646006: Remove the ENABLE_IFRAME_SEAMLESS compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline. Created 7 years, 8 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/WebCore/css/CSSSelector.cpp ('k') | Source/WebCore/css/html.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/css/SelectorChecker.cpp
diff --git a/Source/WebCore/css/SelectorChecker.cpp b/Source/WebCore/css/SelectorChecker.cpp
index 796c477bcfe08e317dde014eea33b2f58ba7e89c..e15738ffa0ffffc072d96f4361301b8e71650ec8 100644
--- a/Source/WebCore/css/SelectorChecker.cpp
+++ b/Source/WebCore/css/SelectorChecker.cpp
@@ -694,12 +694,10 @@ bool SelectorChecker::checkOne(const SelectorCheckingContext& context, const Sib
if (!element->document()->webkitIsFullScreen())
return false;
return true;
-#if ENABLE(IFRAME_SEAMLESS)
case CSSSelector::PseudoSeamlessDocument:
// While a document is rendered in a seamless iframe, the 'seamless-document' pseudoclass applies
// to all elements of that Document.
return element->document()->shouldDisplaySeamlesslyWithParent();
-#endif
case CSSSelector::PseudoInRange:
if (!element)
return false;
« no previous file with comments | « Source/WebCore/css/CSSSelector.cpp ('k') | Source/WebCore/css/html.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698