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

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

Issue 724573004: Remove MediaError.MEDIA_ERR_ENCRYPTED (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | Annotate | Revision Log
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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 PrefixedMinDevicePixelRatioMediaFeature = 235, 236 PrefixedMinDevicePixelRatioMediaFeature = 235,
237 PrefixedTransform3dMediaFeature = 237, 237 PrefixedTransform3dMediaFeature = 237,
238 PrefixedStorageQuota = 240, 238 PrefixedStorageQuota = 240,
239 ResetReferrerPolicy = 243, 239 ResetReferrerPolicy = 243,
240 CaseInsensitiveAttrSelectorMatch = 244, // Case-insensitivity dropped fr om specification. 240 CaseInsensitiveAttrSelectorMatch = 244, // Case-insensitivity dropped fr om specification.
241 FormNameAccessForImageElement = 246, 241 FormNameAccessForImageElement = 246,
242 FormNameAccessForPastNamesMap = 247, 242 FormNameAccessForPastNamesMap = 247,
243 FormAssociationByParser = 248, 243 FormAssociationByParser = 248,
244 SVGSVGElementInDocument = 250, 244 SVGSVGElementInDocument = 250,
245 SVGDocumentRootElement = 251, 245 SVGDocumentRootElement = 251,
246 MediaErrorEncrypted = 253,
247 EventSourceURL = 254, 246 EventSourceURL = 254,
248 WebSocketURL = 255, 247 WebSocketURL = 255,
249 WorkerSubjectToCSP = 257, 248 WorkerSubjectToCSP = 257,
250 WorkerAllowedByChildBlockedByScript = 258, 249 WorkerAllowedByChildBlockedByScript = 258,
251 DeprecatedWebKitGradient = 260, 250 DeprecatedWebKitGradient = 260,
252 DeprecatedWebKitLinearGradient = 261, 251 DeprecatedWebKitLinearGradient = 261,
253 DeprecatedWebKitRepeatingLinearGradient = 262, 252 DeprecatedWebKitRepeatingLinearGradient = 262,
254 DeprecatedWebKitRadialGradient = 263, 253 DeprecatedWebKitRadialGradient = 263,
255 DeprecatedWebKitRepeatingRadialGradient = 264, 254 DeprecatedWebKitRepeatingRadialGradient = 264,
256 PrefixedImageSmoothingEnabled = 267, 255 PrefixedImageSmoothingEnabled = 267,
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 632
634 void updateMeasurements(); 633 void updateMeasurements();
635 634
636 OwnPtr<BitVector> m_countBits; 635 OwnPtr<BitVector> m_countBits;
637 BitVector m_CSSFeatureBits; 636 BitVector m_CSSFeatureBits;
638 }; 637 };
639 638
640 } // namespace blink 639 } // namespace blink
641 640
642 #endif // UseCounter_h 641 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « LayoutTests/media/encrypted-media/prefixed/encrypted-media-constants-expected.txt ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698