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

Side by Side Diff: sky/engine/core/frame/UseCounter.h

Issue 761283002: Remove webkit-line-clamp (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years 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) 2012 Google, Inc. All rights reserved. 2 * Copyright (C) 2012 Google, Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 PrefixedMediaAddKey = 71, 112 PrefixedMediaAddKey = 71,
113 PrefixedMediaGenerateKeyRequest = 72, 113 PrefixedMediaGenerateKeyRequest = 72,
114 SVGFontElement = 76, 114 SVGFontElement = 76,
115 XMLDocument = 77, 115 XMLDocument = 77,
116 SVGSwitchElement = 80, 116 SVGSwitchElement = 80,
117 DocumentAll = 83, 117 DocumentAll = 83,
118 FormElement = 84, 118 FormElement = 84,
119 DemotedFormElement = 85, 119 DemotedFormElement = 85,
120 SVGAnimationElement = 90, 120 SVGAnimationElement = 90,
121 KeyboardEventKeyLocation = 91, 121 KeyboardEventKeyLocation = 91,
122 LineClamp = 96,
123 TextReplaceWholeText = 100, 122 TextReplaceWholeText = 100,
124 ConsoleMarkTimeline = 102, 123 ConsoleMarkTimeline = 102,
125 CSSPseudoElementUserAgentCustomPseudo = 103, 124 CSSPseudoElementUserAgentCustomPseudo = 103,
126 ElementGetAttributeNode = 107, // Removed from DOM4. 125 ElementGetAttributeNode = 107, // Removed from DOM4.
127 ElementSetAttributeNode = 108, // Removed from DOM4. 126 ElementSetAttributeNode = 108, // Removed from DOM4.
128 ElementRemoveAttributeNode = 109, // Removed from DOM4. 127 ElementRemoveAttributeNode = 109, // Removed from DOM4.
129 DocumentCreateAttribute = 111, // Removed from DOM4. 128 DocumentCreateAttribute = 111, // Removed from DOM4.
130 DocumentCreateAttributeNS = 112, // Removed from DOM4. 129 DocumentCreateAttributeNS = 112, // Removed from DOM4.
131 DocumentInputEncoding = 114, // Removed from DOM4. 130 DocumentInputEncoding = 114, // Removed from DOM4.
132 DocumentXMLEncoding = 115, // Removed from DOM4. 131 DocumentXMLEncoding = 115, // Removed from DOM4.
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 465
467 void updateMeasurements(); 466 void updateMeasurements();
468 467
469 OwnPtr<BitVector> m_countBits; 468 OwnPtr<BitVector> m_countBits;
470 BitVector m_CSSFeatureBits; 469 BitVector m_CSSFeatureBits;
471 }; 470 };
472 471
473 } // namespace blink 472 } // namespace blink
474 473
475 #endif // SKY_ENGINE_CORE_FRAME_USECOUNTER_H_ 474 #endif // SKY_ENGINE_CORE_FRAME_USECOUNTER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698