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

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

Issue 698613002: Remove border-fit. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 Apple Inc. All rights reserved. 5 * Copyright (C) 2003, 2005, 2006, 2007, 2008, 2009, 2010 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 * Copyright (C) 2009 Torch Mobile Inc. All rights reserved. (http://www.torchmo bile.com/) 7 * Copyright (C) 2009 Torch Mobile Inc. All rights reserved. (http://www.torchmo bile.com/)
8 * 8 *
9 * This library is free software; you can redistribute it and/or 9 * This library is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Library General Public 10 * modify it under the terms of the GNU Library General Public
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 UpperArmenian, 265 UpperArmenian,
266 Georgian, 266 Georgian,
267 CJKIdeographic, 267 CJKIdeographic,
268 Hiragana, 268 Hiragana,
269 Katakana, 269 Katakana,
270 HiraganaIroha, 270 HiraganaIroha,
271 KatakanaIroha, 271 KatakanaIroha,
272 NoneListStyle 272 NoneListStyle
273 }; 273 };
274 274
275 enum EBorderFit { BorderFitBorder, BorderFitLines };
276
277 enum EAnimPlayState { 275 enum EAnimPlayState {
278 AnimPlayStatePlaying, 276 AnimPlayStatePlaying,
279 AnimPlayStatePaused 277 AnimPlayStatePaused
280 }; 278 };
281 279
282 enum EWhiteSpace { 280 enum EWhiteSpace {
283 NORMAL, PRE, PRE_WRAP, PRE_LINE, NOWRAP, KHTML_NOWRAP 281 NORMAL, PRE, PRE_WRAP, PRE_LINE, NOWRAP, KHTML_NOWRAP
284 }; 282 };
285 283
286 // The order of this enum must match the order of the text align values in CSSVa lueKeywords.in. 284 // The order of this enum must match the order of the text align values in CSSVa lueKeywords.in.
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 static const float maximumAllowedFontSize = 1000000.0f; 497 static const float maximumAllowedFontSize = 1000000.0f;
500 498
501 enum TextIndentLine { TextIndentFirstLine, TextIndentEachLine }; 499 enum TextIndentLine { TextIndentFirstLine, TextIndentEachLine };
502 enum TextIndentType { TextIndentNormal, TextIndentHanging }; 500 enum TextIndentType { TextIndentNormal, TextIndentHanging };
503 501
504 enum CSSBoxType { BoxMissing = 0, MarginBox, BorderBox, PaddingBox, ContentBox } ; 502 enum CSSBoxType { BoxMissing = 0, MarginBox, BorderBox, PaddingBox, ContentBox } ;
505 503
506 } // namespace blink 504 } // namespace blink
507 505
508 #endif // RenderStyleConstants_h 506 #endif // RenderStyleConstants_h
OLDNEW
« no previous file with comments | « sky/engine/core/rendering/style/RenderStyle.cpp ('k') | sky/engine/core/rendering/style/StyleRareNonInheritedData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698