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

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

Issue 260583002: Remove the HTMLMediaElementControllerNotNull use counter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 | « no previous file | Source/core/html/HTMLMediaElement.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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 FormNameAccessForPastNamesMap = 247, 267 FormNameAccessForPastNamesMap = 247,
268 FormAssociationByParser = 248, 268 FormAssociationByParser = 248,
269 SVGSVGElementInDocument = 250, 269 SVGSVGElementInDocument = 250,
270 SVGDocumentRootElement = 251, 270 SVGDocumentRootElement = 251,
271 DocumentCreateEventOptionalArgument = 252, 271 DocumentCreateEventOptionalArgument = 252,
272 MediaErrorEncrypted = 253, 272 MediaErrorEncrypted = 253,
273 EventSourceURL = 254, 273 EventSourceURL = 254,
274 WebSocketURL = 255, 274 WebSocketURL = 255,
275 WorkerSubjectToCSP = 257, 275 WorkerSubjectToCSP = 257,
276 WorkerAllowedByChildBlockedByScript = 258, 276 WorkerAllowedByChildBlockedByScript = 258,
277 HTMLMediaElementControllerNotNull = 259,
278 DeprecatedWebKitGradient = 260, 277 DeprecatedWebKitGradient = 260,
279 DeprecatedWebKitLinearGradient = 261, 278 DeprecatedWebKitLinearGradient = 261,
280 DeprecatedWebKitRepeatingLinearGradient = 262, 279 DeprecatedWebKitRepeatingLinearGradient = 262,
281 DeprecatedWebKitRadialGradient = 263, 280 DeprecatedWebKitRadialGradient = 263,
282 DeprecatedWebKitRepeatingRadialGradient = 264, 281 DeprecatedWebKitRepeatingRadialGradient = 264,
283 PrefixedImageSmoothingEnabled = 267, 282 PrefixedImageSmoothingEnabled = 267,
284 UnprefixedImageSmoothingEnabled = 268, 283 UnprefixedImageSmoothingEnabled = 268,
285 PromiseConstructor = 270, 284 PromiseConstructor = 270,
286 PromiseCast = 271, 285 PromiseCast = 271,
287 PromiseReject = 272, 286 PromiseReject = 272,
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 424
426 void updateMeasurements(); 425 void updateMeasurements();
427 426
428 OwnPtr<BitVector> m_countBits; 427 OwnPtr<BitVector> m_countBits;
429 BitVector m_CSSFeatureBits; 428 BitVector m_CSSFeatureBits;
430 }; 429 };
431 430
432 } // namespace WebCore 431 } // namespace WebCore
433 432
434 #endif // UseCounter_h 433 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698