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

Side by Side Diff: sky/engine/core/rendering/style/StyleRareNonInheritedData.h

Issue 1076623002: Remove our impressive amount of CSS Cursor code. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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 11 matching lines...) Expand all
22 * 22 *
23 */ 23 */
24 24
25 #ifndef SKY_ENGINE_CORE_RENDERING_STYLE_STYLERARENONINHERITEDDATA_H_ 25 #ifndef SKY_ENGINE_CORE_RENDERING_STYLE_STYLERARENONINHERITEDDATA_H_
26 #define SKY_ENGINE_CORE_RENDERING_STYLE_STYLERARENONINHERITEDDATA_H_ 26 #define SKY_ENGINE_CORE_RENDERING_STYLE_STYLERARENONINHERITEDDATA_H_
27 27
28 #include "sky/engine/core/css/StyleColor.h" 28 #include "sky/engine/core/css/StyleColor.h"
29 #include "sky/engine/core/rendering/ClipPathOperation.h" 29 #include "sky/engine/core/rendering/ClipPathOperation.h"
30 #include "sky/engine/core/rendering/style/BasicShapes.h" 30 #include "sky/engine/core/rendering/style/BasicShapes.h"
31 #include "sky/engine/core/rendering/style/CounterDirectives.h" 31 #include "sky/engine/core/rendering/style/CounterDirectives.h"
32 #include "sky/engine/core/rendering/style/CursorData.h"
33 #include "sky/engine/core/rendering/style/DataRef.h" 32 #include "sky/engine/core/rendering/style/DataRef.h"
34 #include "sky/engine/core/rendering/style/FillLayer.h" 33 #include "sky/engine/core/rendering/style/FillLayer.h"
35 #include "sky/engine/core/rendering/style/NinePieceImage.h" 34 #include "sky/engine/core/rendering/style/NinePieceImage.h"
36 #include "sky/engine/core/rendering/style/RenderStyleConstants.h" 35 #include "sky/engine/core/rendering/style/RenderStyleConstants.h"
37 #include "sky/engine/core/rendering/style/ShapeValue.h" 36 #include "sky/engine/core/rendering/style/ShapeValue.h"
38 #include "sky/engine/platform/LengthPoint.h" 37 #include "sky/engine/platform/LengthPoint.h"
39 #include "sky/engine/wtf/OwnPtr.h" 38 #include "sky/engine/wtf/OwnPtr.h"
40 #include "sky/engine/wtf/PassRefPtr.h" 39 #include "sky/engine/wtf/PassRefPtr.h"
41 #include "sky/engine/wtf/Vector.h" 40 #include "sky/engine/wtf/Vector.h"
42 41
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 unsigned m_justifySelfOverflowAlignment : 2; // OverflowAlignment 145 unsigned m_justifySelfOverflowAlignment : 2; // OverflowAlignment
147 146
148 private: 147 private:
149 StyleRareNonInheritedData(); 148 StyleRareNonInheritedData();
150 StyleRareNonInheritedData(const StyleRareNonInheritedData&); 149 StyleRareNonInheritedData(const StyleRareNonInheritedData&);
151 }; 150 };
152 151
153 } // namespace blink 152 } // namespace blink
154 153
155 #endif // SKY_ENGINE_CORE_RENDERING_STYLE_STYLERARENONINHERITEDDATA_H_ 154 #endif // SKY_ENGINE_CORE_RENDERING_STYLE_STYLERARENONINHERITEDDATA_H_
OLDNEW
« no previous file with comments | « sky/engine/core/rendering/style/StyleRareInheritedData.cpp ('k') | sky/engine/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698