Index: third_party/WebKit/Source/modules/mediacapturefromelement/HTMLCanvasElementCapture.cpp |
diff --git a/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLCanvasElementCapture.cpp b/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLCanvasElementCapture.cpp |
index 7a77daf2426ecbe13e31b225ce6dffc51aaed5cd..55c2515d283d34386aa3247daa9e4f5bcc89d8e3 100644 |
--- a/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLCanvasElementCapture.cpp |
+++ b/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLCanvasElementCapture.cpp |
@@ -4,6 +4,7 @@ |
#include "modules/mediacapturefromelement/HTMLCanvasElementCapture.h" |
+#include <memory> |
#include "core/dom/ExceptionCode.h" |
#include "core/html/HTMLCanvasElement.h" |
#include "modules/mediacapturefromelement/CanvasCaptureMediaStreamTrack.h" |
@@ -13,7 +14,6 @@ |
#include "public/platform/WebMediaStream.h" |
#include "public/platform/WebMediaStreamTrack.h" |
#include "wtf/PtrUtil.h" |
-#include <memory> |
namespace { |
const double kDefaultFrameRate = 60.0; |