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

Unified Diff: third_party/WebKit/Source/modules/webaudio/BiquadProcessor.h

Issue 1978403004: Add UMA histograms for WebAudio (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use CustomCountHistogram Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/webaudio/BiquadProcessor.h
diff --git a/third_party/WebKit/Source/modules/webaudio/BiquadProcessor.h b/third_party/WebKit/Source/modules/webaudio/BiquadProcessor.h
index 8b9f8ead82bc64bfa24684c38e51ef08997925d4..c9d29e2fbd274d4b539b2e1acb98b13ab98e7e50 100644
--- a/third_party/WebKit/Source/modules/webaudio/BiquadProcessor.h
+++ b/third_party/WebKit/Source/modules/webaudio/BiquadProcessor.h
@@ -38,6 +38,7 @@ namespace blink {
class BiquadProcessor final : public AudioDSPKernelProcessor {
public:
+ // This values are used in histograms and should not be renumbered or deleted.
enum FilterType {
LowPass = 0,
HighPass = 1,

Powered by Google App Engine
This is Rietveld 408576698