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

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

Issue 893093002: Delete remaining masks dead code. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 95
96 DataRef<StyleFilterData> m_filter; // Filter operations (url, sepia, blur, e tc.) 96 DataRef<StyleFilterData> m_filter; // Filter operations (url, sepia, blur, e tc.)
97 97
98 OwnPtr<CounterDirectiveMap> m_counterDirectives; 98 OwnPtr<CounterDirectiveMap> m_counterDirectives;
99 99
100 RefPtr<ShadowList> m_boxShadow; 100 RefPtr<ShadowList> m_boxShadow;
101 101
102 OwnPtr<CSSAnimationData> m_animations; 102 OwnPtr<CSSAnimationData> m_animations;
103 OwnPtr<CSSTransitionData> m_transitions; 103 OwnPtr<CSSTransitionData> m_transitions;
104 104
105 FillLayer m_mask;
106 NinePieceImage m_maskBoxImage;
107
108 LengthSize m_pageSize; 105 LengthSize m_pageSize;
109 106
110 RefPtr<ClipPathOperation> m_clipPath; 107 RefPtr<ClipPathOperation> m_clipPath;
111 108
112 StyleColor m_textDecorationColor; 109 StyleColor m_textDecorationColor;
113 110
114 int m_order; 111 int m_order;
115 112
116 LengthPoint m_objectPosition; 113 LengthPoint m_objectPosition;
117 114
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 unsigned m_justifySelfOverflowAlignment : 2; // OverflowAlignment 146 unsigned m_justifySelfOverflowAlignment : 2; // OverflowAlignment
150 147
151 private: 148 private:
152 StyleRareNonInheritedData(); 149 StyleRareNonInheritedData();
153 StyleRareNonInheritedData(const StyleRareNonInheritedData&); 150 StyleRareNonInheritedData(const StyleRareNonInheritedData&);
154 }; 151 };
155 152
156 } // namespace blink 153 } // namespace blink
157 154
158 #endif // SKY_ENGINE_CORE_RENDERING_STYLE_STYLERARENONINHERITEDDATA_H_ 155 #endif // SKY_ENGINE_CORE_RENDERING_STYLE_STYLERARENONINHERITEDDATA_H_
OLDNEW
« no previous file with comments | « sky/engine/core/rendering/style/RenderStyleConstants.h ('k') | sky/engine/core/rendering/style/StyleRareNonInheritedData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698