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

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

Issue 216543002: Revert of Remove applyAuthorStyles flag from ShadowRoot. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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/dom/shadow/ShadowRoot.idl ('k') | Source/core/frame/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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 HTMLMediaElementControllerNotNull = 259, 274 HTMLMediaElementControllerNotNull = 259,
275 DeprecatedWebKitGradient = 260, 275 DeprecatedWebKitGradient = 260,
276 DeprecatedWebKitLinearGradient = 261, 276 DeprecatedWebKitLinearGradient = 261,
277 DeprecatedWebKitRepeatingLinearGradient = 262, 277 DeprecatedWebKitRepeatingLinearGradient = 262,
278 DeprecatedWebKitRadialGradient = 263, 278 DeprecatedWebKitRadialGradient = 263,
279 DeprecatedWebKitRepeatingRadialGradient = 264, 279 DeprecatedWebKitRepeatingRadialGradient = 264,
280 PrefixedGetImageDataHD = 265, 280 PrefixedGetImageDataHD = 265,
281 PrefixedPutImageDataHD = 266, 281 PrefixedPutImageDataHD = 266,
282 PrefixedImageSmoothingEnabled = 267, 282 PrefixedImageSmoothingEnabled = 267,
283 UnprefixedImageSmoothingEnabled = 268, 283 UnprefixedImageSmoothingEnabled = 268,
284 ShadowRootApplyAuthorStyles = 269,
284 PromiseConstructor = 270, 285 PromiseConstructor = 270,
285 PromiseCast = 271, 286 PromiseCast = 271,
286 PromiseReject = 272, 287 PromiseReject = 272,
287 PromiseResolve = 273, 288 PromiseResolve = 273,
288 // The above items are available in M34 branch. 289 // The above items are available in M34 branch.
289 290
290 TextAutosizing = 274, 291 TextAutosizing = 274,
291 TextAutosizingLayout = 275, 292 TextAutosizingLayout = 275,
292 HTMLAnchorElementPingAttribute = 276, 293 HTMLAnchorElementPingAttribute = 276,
293 JavascriptExhaustedMemory = 277, 294 JavascriptExhaustedMemory = 277,
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 387
387 void updateMeasurements(); 388 void updateMeasurements();
388 389
389 OwnPtr<BitVector> m_countBits; 390 OwnPtr<BitVector> m_countBits;
390 BitVector m_CSSFeatureBits; 391 BitVector m_CSSFeatureBits;
391 }; 392 };
392 393
393 } // namespace WebCore 394 } // namespace WebCore
394 395
395 #endif // UseCounter_h 396 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « Source/core/dom/shadow/ShadowRoot.idl ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698