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

Unified Diff: third_party/WebKit/Source/platform/audio/Panner.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/platform/audio/Panner.h
diff --git a/third_party/WebKit/Source/platform/audio/Panner.h b/third_party/WebKit/Source/platform/audio/Panner.h
index 6f8f4a69362ebf9591c37c0175cdb8f29f9d69c2..896863a7c1df4473370566cac1c5219871bac14a 100644
--- a/third_party/WebKit/Source/platform/audio/Panner.h
+++ b/third_party/WebKit/Source/platform/audio/Panner.h
@@ -46,6 +46,7 @@ class PLATFORM_EXPORT Panner {
USING_FAST_MALLOC(Panner);
WTF_MAKE_NONCOPYABLE(Panner);
public:
+ // This values are used in histograms and should not be renumbered or deleted.
enum {
PanningModelEqualPower = 0,
PanningModelHRTF = 1

Powered by Google App Engine
This is Rietveld 408576698