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

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

Issue 2471803002: Remove MediaStreamTrack.getSources(). (Closed)
Patch Set: Fix platform-specific expectations file Created 4 years, 1 month 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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 CSSSelectorPseudoShadow = 467, 363 CSSSelectorPseudoShadow = 467,
364 CSSSelectorPseudoContent = 468, 364 CSSSelectorPseudoContent = 468,
365 CSSSelectorPseudoHost = 469, 365 CSSSelectorPseudoHost = 469,
366 CSSSelectorPseudoHostContext = 470, 366 CSSSelectorPseudoHostContext = 470,
367 CSSDeepCombinator = 471, 367 CSSDeepCombinator = 471,
368 // The above items are available in M37 branch. 368 // The above items are available in M37 branch.
369 369
370 UseAsm = 473, 370 UseAsm = 473,
371 DOMWindowOpen = 475, 371 DOMWindowOpen = 475,
372 DOMWindowOpenFeatures = 476, 372 DOMWindowOpenFeatures = 476,
373 MediaStreamTrackGetSources = 478,
374 AspectRatioFlexItem = 479, 373 AspectRatioFlexItem = 479,
375 DetailsElement = 480, 374 DetailsElement = 480,
376 DialogElement = 481, 375 DialogElement = 481,
377 MapElement = 482, 376 MapElement = 482,
378 MeterElement = 483, 377 MeterElement = 483,
379 ProgressElement = 484, 378 ProgressElement = 484,
380 PrefixedHTMLElementDropzone = 490, 379 PrefixedHTMLElementDropzone = 490,
381 WheelEventWheelDeltaX = 491, 380 WheelEventWheelDeltaX = 491,
382 WheelEventWheelDeltaY = 492, 381 WheelEventWheelDeltaY = 492,
383 WheelEventWheelDelta = 493, 382 WheelEventWheelDelta = 493,
(...skipping 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after
1469 // Tracks what features/properties need to be reported to the legacy 1468 // Tracks what features/properties need to be reported to the legacy
1470 // histograms. 1469 // histograms.
1471 BitVector m_featureBits; 1470 BitVector m_featureBits;
1472 BitVector m_CSSBits; 1471 BitVector m_CSSBits;
1473 } m_legacyCounter; 1472 } m_legacyCounter;
1474 }; 1473 };
1475 1474
1476 } // namespace blink 1475 } // namespace blink
1477 1476
1478 #endif // UseCounter_h 1477 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | third_party/WebKit/Source/modules/mediastream/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698