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

Side by Side Diff: Source/core/page/UseCounter.h

Issue 26588002: Remove support for -webkit-line-clamp Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Base files missing... Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/css/resolver/StyleBuilderCustom.cpp ('k') | Source/core/page/UseCounter.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 CaptureAttributeAsEnum, 148 CaptureAttributeAsEnum,
149 ShadowDOMPrefixedPseudo, 149 ShadowDOMPrefixedPseudo,
150 ShadowDOMPrefixedCreateShadowRoot, 150 ShadowDOMPrefixedCreateShadowRoot,
151 ShadowDOMPrefixedShadowRoot, 151 ShadowDOMPrefixedShadowRoot,
152 SVGAnimationElement, 152 SVGAnimationElement,
153 KeyboardEventKeyLocation, 153 KeyboardEventKeyLocation,
154 CaptureEvents, 154 CaptureEvents,
155 ReleaseEvents, 155 ReleaseEvents,
156 CSSDisplayRunIn, 156 CSSDisplayRunIn,
157 CSSDisplayCompact, 157 CSSDisplayCompact,
158 LineClamp,
159 SubFrameBeforeUnloadRegistered, 158 SubFrameBeforeUnloadRegistered,
160 SubFrameBeforeUnloadFired, 159 SubFrameBeforeUnloadFired,
161 CSSPseudoElementPrefixedDistributed, 160 CSSPseudoElementPrefixedDistributed,
162 TextReplaceWholeText, 161 TextReplaceWholeText,
163 PrefixedShadowRootConstructor, 162 PrefixedShadowRootConstructor,
164 ConsoleMarkTimeline, 163 ConsoleMarkTimeline,
165 CSSPseudoElementUserAgentCustomPseudo, 164 CSSPseudoElementUserAgentCustomPseudo,
166 DocumentTypeEntities, // Removed from DOM4. 165 DocumentTypeEntities, // Removed from DOM4.
167 DocumentTypeInternalSubset, // Removed from DOM4. 166 DocumentTypeInternalSubset, // Removed from DOM4.
168 DocumentTypeNotations, // Removed from DOM4. 167 DocumentTypeNotations, // Removed from DOM4.
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 263
265 void updateMeasurements(); 264 void updateMeasurements();
266 265
267 OwnPtr<BitVector> m_countBits; 266 OwnPtr<BitVector> m_countBits;
268 BitVector m_CSSFeatureBits; 267 BitVector m_CSSFeatureBits;
269 }; 268 };
270 269
271 } // namespace WebCore 270 } // namespace WebCore
272 271
273 #endif // UseCounter_h 272 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « Source/core/css/resolver/StyleBuilderCustom.cpp ('k') | Source/core/page/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698