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

Side by Side Diff: Source/core/css/resolver/StyleResolverState.h

Issue 17480002: Remove unused includes from core/accessibility, core/css and core/dom (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rebased ; update <wtf/Foo.h> to "wtf/Foo.h" in changed files Created 7 years, 6 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 /* 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. All rights reserved. 3 * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc. All rights reserved.
4 * 4 *
5 * This library is free software; you can redistribute it and/or 5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public 6 * modify it under the terms of the GNU Library General Public
7 * License as published by the Free Software Foundation; either 7 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version. 8 * version 2 of the License, or (at your option) any later version.
9 * 9 *
10 * This library is distributed in the hope that it will be useful, 10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Library General Public License for more details. 13 * Library General Public License for more details.
14 * 14 *
15 * You should have received a copy of the GNU Library General Public License 15 * You should have received a copy of the GNU Library General Public License
16 * along with this library; see the file COPYING.LIB. If not, write to 16 * along with this library; see the file COPYING.LIB. If not, write to
17 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 17 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18 * Boston, MA 02110-1301, USA. 18 * Boston, MA 02110-1301, USA.
19 * 19 *
20 */ 20 */
21 21
22 #ifndef StyleResolverState_h 22 #ifndef StyleResolverState_h
23 #define StyleResolverState_h 23 #define StyleResolverState_h
24 24
25 #include "CSSPropertyNames.h" 25 #include "CSSPropertyNames.h"
26 26
27 #include "core/css/CSSSVGDocumentValue.h" 27 #include "core/css/CSSSVGDocumentValue.h"
28 #include "core/css/CSSValueList.h"
29 #include "core/dom/Element.h" 28 #include "core/dom/Element.h"
30 #include "core/platform/graphics/Color.h" 29 #include "core/platform/graphics/Color.h"
31 #include "core/platform/graphics/filters/FilterOperations.h"
32 #include "core/rendering/style/BorderData.h" 30 #include "core/rendering/style/BorderData.h"
33 #include "core/rendering/style/FillLayer.h" 31 #include "core/rendering/style/FillLayer.h"
34 #include "core/rendering/style/RenderStyle.h" 32 #include "core/rendering/style/RenderStyle.h"
35 #include "core/rendering/style/StyleInheritedData.h" 33 #include "core/rendering/style/StyleInheritedData.h"
36 #include "wtf/HashMap.h" 34 #include "wtf/HashMap.h"
37 35
38 namespace WebCore { 36 namespace WebCore {
39 37
40 class FillLayer; 38 class FillLayer;
41 class FontDescription; 39 class FontDescription;
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 147
150 bool m_hasUAAppearance; 148 bool m_hasUAAppearance;
151 BorderData m_borderData; 149 BorderData m_borderData;
152 FillLayer m_backgroundData; 150 FillLayer m_backgroundData;
153 Color m_backgroundColor; 151 Color m_backgroundColor;
154 }; 152 };
155 153
156 } // namespace WebCore 154 } // namespace WebCore
157 155
158 #endif // StyleResolverState_h 156 #endif // StyleResolverState_h
OLDNEW
« no previous file with comments | « Source/core/css/resolver/StyleResolver.cpp ('k') | Source/core/css/resolver/StyleResolverState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698