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

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

Issue 1882003002: include RefCounted.h where needed, only. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: compile fix Created 4 years, 8 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 Apple Inc. All rights reserved. 5 * Copyright (C) 2003, 2005, 2006, 2007, 2008 Apple Inc. All rights 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 25 matching lines...) Expand all
36 #include "core/style/ComputedStyleConstants.h" 36 #include "core/style/ComputedStyleConstants.h"
37 #include "core/style/LineClampValue.h" 37 #include "core/style/LineClampValue.h"
38 #include "core/style/NinePieceImage.h" 38 #include "core/style/NinePieceImage.h"
39 #include "core/style/ShapeValue.h" 39 #include "core/style/ShapeValue.h"
40 #include "core/style/StyleContentAlignmentData.h" 40 #include "core/style/StyleContentAlignmentData.h"
41 #include "core/style/StyleScrollSnapData.h" 41 #include "core/style/StyleScrollSnapData.h"
42 #include "core/style/StyleSelfAlignmentData.h" 42 #include "core/style/StyleSelfAlignmentData.h"
43 #include "platform/LengthPoint.h" 43 #include "platform/LengthPoint.h"
44 #include "wtf/OwnPtr.h" 44 #include "wtf/OwnPtr.h"
45 #include "wtf/PassRefPtr.h" 45 #include "wtf/PassRefPtr.h"
46 #include "wtf/RefCounted.h"
46 #include "wtf/Vector.h" 47 #include "wtf/Vector.h"
47 48
48 namespace blink { 49 namespace blink {
49 50
50 class ContentData; 51 class ContentData;
51 class CSSAnimationData; 52 class CSSAnimationData;
52 class CSSTransitionData; 53 class CSSTransitionData;
53 class LengthSize; 54 class LengthSize;
54 class ShadowList; 55 class ShadowList;
55 class StyleDeprecatedFlexibleBoxData; 56 class StyleDeprecatedFlexibleBoxData;
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 unsigned m_hasAuthorBorder : 1; // Whether there is a author-defined border. 214 unsigned m_hasAuthorBorder : 1; // Whether there is a author-defined border.
214 215
215 private: 216 private:
216 StyleRareNonInheritedData(); 217 StyleRareNonInheritedData();
217 StyleRareNonInheritedData(const StyleRareNonInheritedData&); 218 StyleRareNonInheritedData(const StyleRareNonInheritedData&);
218 }; 219 };
219 220
220 } // namespace blink 221 } // namespace blink
221 222
222 #endif // StyleRareNonInheritedData_h 223 #endif // StyleRareNonInheritedData_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/style/StyleImage.h ('k') | third_party/WebKit/Source/core/svg/SVGMatrixTearOff.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698