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

Unified Diff: Source/core/css/resolver/StyleResolver.h

Issue 19555002: Translate viewport related meta tags into @viewport descriptors as suggested by the CSS Device Adap… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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/css/resolver/StyleResolver.h
diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h
index 9922e03211c357f235315383cdb80b7d35635332..b2925bcd3670821ecff0a565f1fea5a08cd29bc3 100644
--- a/Source/core/css/resolver/StyleResolver.h
+++ b/Source/core/css/resolver/StyleResolver.h
@@ -182,6 +182,8 @@ public:
// FIXME: Used by SharingStyleFinder, but should be removed.
bool styleSharingCandidateMatchesRuleSet(const ElementResolveContext&, RuleSet*);
+ void collectViewportRules(RuleSet*);
+
PassRefPtr<RenderStyle> styleForKeyframe(Element*, const RenderStyle*, const StyleKeyframe*, KeyframeValue&);
// These methods will give back the set of rules that matched for a given element (or a pseudo-element).
@@ -230,8 +232,6 @@ public:
void reportMemoryUsage(MemoryObjectInfo*) const;
- void collectViewportRules(RuleSet*);
-
private:
void matchUARules(ElementRuleCollector&, RuleSet*);
void matchAuthorRules(ElementRuleCollector&, bool includeEmptyRules);

Powered by Google App Engine
This is Rietveld 408576698