Index: third_party/WebKit/Source/core/html/HTMLVideoElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp b/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp |
index fe5170644016ab7a1e42efe73e22ff1a051996b1..af38a919d9893a2d58cd3c74c26078afd74c7f86 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp |
@@ -55,6 +55,7 @@ inline HTMLVideoElement::HTMLVideoElement(Document& document) |
{ |
if (document.settings()) |
m_defaultPosterURL = AtomicString(document.settings()->defaultVideoPosterURL()); |
+ recordAutoplayMetric(AnyVideoElement); |
} |
PassRefPtrWillBeRawPtr<HTMLVideoElement> HTMLVideoElement::create(Document& document) |