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

Side by Side Diff: third_party/WebKit/Source/core/css/parser/CSSParserImpl.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 CSSParserImpl_h 5 #ifndef CSSParserImpl_h
6 #define CSSParserImpl_h 6 #define CSSParserImpl_h
7 7
8 #include <memory>
8 #include "core/CSSPropertyNames.h" 9 #include "core/CSSPropertyNames.h"
9 #include "core/css/CSSProperty.h" 10 #include "core/css/CSSProperty.h"
10 #include "core/css/CSSPropertySourceData.h" 11 #include "core/css/CSSPropertySourceData.h"
11 #include "core/css/StylePropertySet.h" 12 #include "core/css/StylePropertySet.h"
12 #include "core/css/parser/CSSParserTokenRange.h" 13 #include "core/css/parser/CSSParserTokenRange.h"
13 #include "platform/heap/Handle.h" 14 #include "platform/heap/Handle.h"
14 #include "wtf/Vector.h" 15 #include "wtf/Vector.h"
15 #include "wtf/text/WTFString.h" 16 #include "wtf/text/WTFString.h"
16 #include <memory>
17 17
18 namespace blink { 18 namespace blink {
19 19
20 class CSSLazyParsingState; 20 class CSSLazyParsingState;
21 class CSSParserContext; 21 class CSSParserContext;
22 class CSSParserObserver; 22 class CSSParserObserver;
23 class CSSParserObserverWrapper; 23 class CSSParserObserverWrapper;
24 class StyleRule; 24 class StyleRule;
25 class StyleRuleBase; 25 class StyleRuleBase;
26 class StyleRuleCharset; 26 class StyleRuleCharset;
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 163
164 // For the inspector 164 // For the inspector
165 CSSParserObserverWrapper* m_observerWrapper; 165 CSSParserObserverWrapper* m_observerWrapper;
166 166
167 Member<CSSLazyParsingState> m_lazyState; 167 Member<CSSLazyParsingState> m_lazyState;
168 }; 168 };
169 169
170 } // namespace blink 170 } // namespace blink
171 171
172 #endif // CSSParserImpl_h 172 #endif // CSSParserImpl_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/css/parser/CSSParser.cpp ('k') | third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698