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

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

Issue 2493823002: Revert of Revert "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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 CSSSelectorPseudoShadow = 467, 355 CSSSelectorPseudoShadow = 467,
356 CSSSelectorPseudoContent = 468, 356 CSSSelectorPseudoContent = 468,
357 CSSSelectorPseudoHost = 469, 357 CSSSelectorPseudoHost = 469,
358 CSSSelectorPseudoHostContext = 470, 358 CSSSelectorPseudoHostContext = 470,
359 CSSDeepCombinator = 471, 359 CSSDeepCombinator = 471,
360 // The above items are available in M37 branch. 360 // The above items are available in M37 branch.
361 361
362 UseAsm = 473, 362 UseAsm = 473,
363 DOMWindowOpen = 475, 363 DOMWindowOpen = 475,
364 DOMWindowOpenFeatures = 476, 364 DOMWindowOpenFeatures = 476,
365 MediaStreamTrackGetSources = 478,
366 AspectRatioFlexItem = 479, 365 AspectRatioFlexItem = 479,
367 DetailsElement = 480, 366 DetailsElement = 480,
368 DialogElement = 481, 367 DialogElement = 481,
369 MapElement = 482, 368 MapElement = 482,
370 MeterElement = 483, 369 MeterElement = 483,
371 ProgressElement = 484, 370 ProgressElement = 484,
372 PrefixedHTMLElementDropzone = 490, 371 PrefixedHTMLElementDropzone = 490,
373 WheelEventWheelDeltaX = 491, 372 WheelEventWheelDeltaX = 491,
374 WheelEventWheelDeltaY = 492, 373 WheelEventWheelDeltaY = 492,
375 WheelEventWheelDelta = 493, 374 WheelEventWheelDelta = 493,
(...skipping 1091 matching lines...) Expand 10 before | Expand all | Expand 10 after
1467 // Tracks what features/properties need to be reported to the legacy 1466 // Tracks what features/properties need to be reported to the legacy
1468 // histograms. 1467 // histograms.
1469 BitVector m_featureBits; 1468 BitVector m_featureBits;
1470 BitVector m_CSSBits; 1469 BitVector m_CSSBits;
1471 } m_legacyCounter; 1470 } m_legacyCounter;
1472 }; 1471 };
1473 1472
1474 } // namespace blink 1473 } // namespace blink
1475 1474
1476 #endif // UseCounter_h 1475 #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