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

Side by Side Diff: third_party/WebKit/Source/core/style/ComputedStyle.h

Issue 1618563002: Forward declare StyleVariableData in StyleRareInheritedData instead of including it (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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) 2000 Lars Knoll (knoll@kde.org) 2 * Copyright (C) 2000 Lars Knoll (knoll@kde.org)
3 * (C) 2000 Antti Koivisto (koivisto@kde.org) 3 * (C) 2000 Antti Koivisto (koivisto@kde.org)
4 * (C) 2000 Dirk Mueller (mueller@kde.org) 4 * (C) 2000 Dirk Mueller (mueller@kde.org)
5 * Copyright (C) 2003, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc. All r ights reserved. 5 * Copyright (C) 2003, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc. All r ights reserved.
6 * Copyright (C) 2006 Graham Dennis (graham.dennis@gmail.com) 6 * Copyright (C) 2006 Graham Dennis (graham.dennis@gmail.com)
7 * 7 *
8 * This library is free software; you can redistribute it and/or 8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Library General Public 9 * modify it under the terms of the GNU Library General Public
10 * License as published by the Free Software Foundation; either 10 * License as published by the Free Software Foundation; either
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 100
101 namespace blink { 101 namespace blink {
102 102
103 using std::max; 103 using std::max;
104 104
105 class FilterOperations; 105 class FilterOperations;
106 106
107 class AppliedTextDecoration; 107 class AppliedTextDecoration;
108 class BorderData; 108 class BorderData;
109 struct BorderEdge; 109 struct BorderEdge;
110 class CSSVariableData;
110 class CounterContent; 111 class CounterContent;
111 class Font; 112 class Font;
112 class FontMetrics; 113 class FontMetrics;
113 class RotateTransformOperation; 114 class RotateTransformOperation;
114 class ScaleTransformOperation; 115 class ScaleTransformOperation;
115 class ShadowList; 116 class ShadowList;
116 class StyleImage; 117 class StyleImage;
117 class StyleInheritedData; 118 class StyleInheritedData;
118 class StylePath; 119 class StylePath;
119 class StyleResolver; 120 class StyleResolver;
(...skipping 1888 matching lines...) Expand 10 before | Expand all | Expand 10 after
2008 } 2009 }
2009 2010
2010 inline bool ComputedStyle::hasPseudoElementStyle() const 2011 inline bool ComputedStyle::hasPseudoElementStyle() const
2011 { 2012 {
2012 return noninherited_flags.pseudoBits & PSEUDO_ELEMENT_MASK; 2013 return noninherited_flags.pseudoBits & PSEUDO_ELEMENT_MASK;
2013 } 2014 }
2014 2015
2015 } // namespace blink 2016 } // namespace blink
2016 2017
2017 #endif // ComputedStyle_h 2018 #endif // ComputedStyle_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp ('k') | third_party/WebKit/Source/core/style/ComputedStyle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698