Split the nsCSSRuleProcessor half of nsCSSStyleSheet.cpp into nsCSSRuleProcessor.cpp. b=332136 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@193459 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -130,6 +130,7 @@ CPPSRCS = \
|
||||
nsCSSPseudoClasses.cpp \
|
||||
nsCSSPseudoElements.cpp \
|
||||
nsCSSRule.cpp \
|
||||
nsCSSRuleProcessor.cpp \
|
||||
nsCSSRules.cpp \
|
||||
nsCSSScanner.cpp \
|
||||
nsCSSStruct.cpp \
|
||||
|
||||
2056
mozilla/layout/style/nsCSSRuleProcessor.cpp
Normal file
2056
mozilla/layout/style/nsCSSRuleProcessor.cpp
Normal file
File diff suppressed because it is too large
Load Diff
@@ -46,9 +46,9 @@
|
||||
#define nsCSSRuleProcessor_h_
|
||||
|
||||
#include "nsIStyleRuleProcessor.h"
|
||||
#include "nsCSSStyleSheet.h"
|
||||
|
||||
struct RuleCascadeData;
|
||||
class nsICSSStyleSheet;
|
||||
|
||||
/**
|
||||
* The CSS style rule processor provides a mechanism for sibling style
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -61,7 +61,7 @@ class nsRuleWalker;
|
||||
class nsAttrValue;
|
||||
|
||||
// The implementation of the constructor and destructor are currently in
|
||||
// nsCSSStyleSheet.cpp.
|
||||
// nsCSSRuleProcessor.cpp.
|
||||
|
||||
struct RuleProcessorData {
|
||||
RuleProcessorData(nsPresContext* aPresContext,
|
||||
|
||||
Reference in New Issue
Block a user