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

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

Issue 1068383005: Remove CSSPropertySpeak (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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 86
87 unsigned m_textStrokeColorIsCurrentColor : 1; 87 unsigned m_textStrokeColorIsCurrentColor : 1;
88 unsigned m_textFillColorIsCurrentColor : 1; 88 unsigned m_textFillColorIsCurrentColor : 1;
89 unsigned m_textEmphasisColorIsCurrentColor : 1; 89 unsigned m_textEmphasisColorIsCurrentColor : 1;
90 90
91 unsigned userModify : 2; // EUserModify (editing) 91 unsigned userModify : 2; // EUserModify (editing)
92 unsigned wordBreak : 2; // EWordBreak 92 unsigned wordBreak : 2; // EWordBreak
93 unsigned overflowWrap : 1; // EOverflowWrap 93 unsigned overflowWrap : 1; // EOverflowWrap
94 unsigned lineBreak : 3; // LineBreak 94 unsigned lineBreak : 3; // LineBreak
95 unsigned userSelect : 2; // EUserSelect 95 unsigned userSelect : 2; // EUserSelect
96 unsigned speak : 3; // ESpeak
97 unsigned hyphens : 2; // Hyphens 96 unsigned hyphens : 2; // Hyphens
98 unsigned textEmphasisFill : 1; // TextEmphasisFill 97 unsigned textEmphasisFill : 1; // TextEmphasisFill
99 unsigned textEmphasisMark : 3; // TextEmphasisMark 98 unsigned textEmphasisMark : 3; // TextEmphasisMark
100 unsigned textEmphasisPosition : 1; // TextEmphasisPosition 99 unsigned textEmphasisPosition : 1; // TextEmphasisPosition
101 unsigned m_textAlignLast : 3; // TextAlignLast 100 unsigned m_textAlignLast : 3; // TextAlignLast
102 unsigned m_textJustify : 2; // TextJustify 101 unsigned m_textJustify : 2; // TextJustify
103 unsigned m_textOrientation : 2; // TextOrientation 102 unsigned m_textOrientation : 2; // TextOrientation
104 unsigned m_textIndentLine : 1; // TextIndentEachLine 103 unsigned m_textIndentLine : 1; // TextIndentEachLine
105 unsigned m_textIndentType : 1; // TextIndentHanging 104 unsigned m_textIndentType : 1; // TextIndentHanging
106 unsigned m_lineBoxContain: 7; // LineBoxContain 105 unsigned m_lineBoxContain: 7; // LineBoxContain
(...skipping 23 matching lines...) Expand all
130 RefPtr<AppliedTextDecorationList> appliedTextDecorations; 129 RefPtr<AppliedTextDecorationList> appliedTextDecorations;
131 130
132 private: 131 private:
133 StyleRareInheritedData(); 132 StyleRareInheritedData();
134 StyleRareInheritedData(const StyleRareInheritedData&); 133 StyleRareInheritedData(const StyleRareInheritedData&);
135 }; 134 };
136 135
137 } // namespace blink 136 } // namespace blink
138 137
139 #endif // SKY_ENGINE_CORE_RENDERING_STYLE_STYLERAREINHERITEDDATA_H_ 138 #endif // SKY_ENGINE_CORE_RENDERING_STYLE_STYLERAREINHERITEDDATA_H_
OLDNEW
« no previous file with comments | « sky/engine/core/rendering/style/RenderStyleConstants.h ('k') | sky/engine/core/rendering/style/StyleRareInheritedData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698