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

Side by Side Diff: third_party/WebKit/Source/core/css/resolver/StyleResolver.h

Issue 2545953003: Don't include CachedUAStyle.h from StyleResolver.h (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org) 2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org)
3 * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc. 3 * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc.
4 * All rights reserved. 4 * All rights reserved.
5 * 5 *
6 * This library is free software; you can redistribute it and/or 6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Library General Public 7 * modify it under the terms of the GNU Library General Public
8 * License as published by the Free Software Foundation; either 8 * License as published by the Free Software Foundation; either
9 * version 2 of the License, or (at your option) any later version. 9 * version 2 of the License, or (at your option) any later version.
10 * 10 *
(...skipping 14 matching lines...) Expand all
25 25
26 #include "core/CoreExport.h" 26 #include "core/CoreExport.h"
27 #include "core/animation/PropertyHandle.h" 27 #include "core/animation/PropertyHandle.h"
28 #include "core/css/ElementRuleCollector.h" 28 #include "core/css/ElementRuleCollector.h"
29 #include "core/css/PseudoStyleRequest.h" 29 #include "core/css/PseudoStyleRequest.h"
30 #include "core/css/SelectorChecker.h" 30 #include "core/css/SelectorChecker.h"
31 #include "core/css/SelectorFilter.h" 31 #include "core/css/SelectorFilter.h"
32 #include "core/css/resolver/CSSPropertyPriority.h" 32 #include "core/css/resolver/CSSPropertyPriority.h"
33 #include "core/css/resolver/MatchedPropertiesCache.h" 33 #include "core/css/resolver/MatchedPropertiesCache.h"
34 #include "core/css/resolver/StyleBuilder.h" 34 #include "core/css/resolver/StyleBuilder.h"
35 #include "core/style/CachedUAStyle.h"
36 #include "platform/heap/Handle.h" 35 #include "platform/heap/Handle.h"
37 #include "wtf/Deque.h" 36 #include "wtf/Deque.h"
38 #include "wtf/HashMap.h" 37 #include "wtf/HashMap.h"
39 #include "wtf/HashSet.h" 38 #include "wtf/HashSet.h"
40 #include "wtf/ListHashSet.h" 39 #include "wtf/ListHashSet.h"
41 #include "wtf/RefPtr.h" 40 #include "wtf/RefPtr.h"
42 #include "wtf/Vector.h" 41 #include "wtf/Vector.h"
43 42
44 namespace blink { 43 namespace blink {
45 44
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 bool m_printMediaType = false; 282 bool m_printMediaType = false;
284 283
285 unsigned m_styleSharingDepth = 0; 284 unsigned m_styleSharingDepth = 0;
286 HeapVector<Member<StyleSharingList>, styleSharingMaxDepth> 285 HeapVector<Member<StyleSharingList>, styleSharingMaxDepth>
287 m_styleSharingLists; 286 m_styleSharingLists;
288 }; 287 };
289 288
290 } // namespace blink 289 } // namespace blink
291 290
292 #endif // StyleResolver_h 291 #endif // StyleResolver_h
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698