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

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

Issue 2481263004: Revert of Remove MediaStreamTrack.getSources(). (Closed)
Patch Set: 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,
373 AspectRatioFlexItem = 479, 374 AspectRatioFlexItem = 479,
374 DetailsElement = 480, 375 DetailsElement = 480,
375 DialogElement = 481, 376 DialogElement = 481,
376 MapElement = 482, 377 MapElement = 482,
377 MeterElement = 483, 378 MeterElement = 483,
378 ProgressElement = 484, 379 ProgressElement = 484,
379 PrefixedHTMLElementDropzone = 490, 380 PrefixedHTMLElementDropzone = 490,
380 WheelEventWheelDeltaX = 491, 381 WheelEventWheelDeltaX = 491,
381 WheelEventWheelDeltaY = 492, 382 WheelEventWheelDeltaY = 492,
382 WheelEventWheelDelta = 493, 383 WheelEventWheelDelta = 493,
(...skipping 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after
1468 // Tracks what features/properties need to be reported to the legacy 1469 // Tracks what features/properties need to be reported to the legacy
1469 // histograms. 1470 // histograms.
1470 BitVector m_featureBits; 1471 BitVector m_featureBits;
1471 BitVector m_CSSBits; 1472 BitVector m_CSSBits;
1472 } m_legacyCounter; 1473 } m_legacyCounter;
1473 }; 1474 };
1474 1475
1475 } // namespace blink 1476 } // namespace blink
1476 1477
1477 #endif // UseCounter_h 1478 #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