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

Side by Side Diff: third_party/WebKit/Source/core/css/parser/CSSParser.h

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CSSParser_h 5 #ifndef CSSParser_h
6 #define CSSParser_h 6 #define CSSParser_h
7 7
8 #include <memory>
8 #include "core/CSSPropertyNames.h" 9 #include "core/CSSPropertyNames.h"
9 #include "core/CoreExport.h" 10 #include "core/CoreExport.h"
10 #include "core/css/StylePropertySet.h" 11 #include "core/css/StylePropertySet.h"
11 #include "core/css/parser/CSSParserContext.h" 12 #include "core/css/parser/CSSParserContext.h"
12 #include <memory>
13 13
14 namespace blink { 14 namespace blink {
15 15
16 class Color; 16 class Color;
17 class CSSParserObserver; 17 class CSSParserObserver;
18 class CSSParserTokenRange; 18 class CSSParserTokenRange;
19 class CSSSelectorList; 19 class CSSSelectorList;
20 class Element; 20 class Element;
21 class ImmutableStylePropertySet; 21 class ImmutableStylePropertySet;
22 class StyleRuleBase; 22 class StyleRuleBase;
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 MutableStylePropertySet*, 106 MutableStylePropertySet*,
107 CSSPropertyID unresolvedProperty, 107 CSSPropertyID unresolvedProperty,
108 const String&, 108 const String&,
109 bool important, 109 bool important,
110 const CSSParserContext*); 110 const CSSParserContext*);
111 }; 111 };
112 112
113 } // namespace blink 113 } // namespace blink
114 114
115 #endif // CSSParser_h 115 #endif // CSSParser_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698