summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/css/resolver/StyleResolverIncludes.h
blob: 380c1eb1d5716b5a1fb30132b18c84009544b3c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef StyleResolverIncludes_h
#define StyleResolverIncludes_h

namespace WebCore {

enum ShouldIncludeStyleSheetInCSSOMWrapper {
    IncludeStyleSheetInCSSOMWrapper,
    DoNotIncludeStyleSheetInCSSOMWrapper,
};

}

#endif // StyleResolverIncludes_h