| Index: third_party/WebKit/Source/platform/exported/WebCanvasCaptureHandler.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebMediaRecorderHandler.cpp b/third_party/WebKit/Source/platform/exported/WebCanvasCaptureHandler.cpp
|
| similarity index 71%
|
| copy from third_party/WebKit/Source/platform/exported/WebMediaRecorderHandler.cpp
|
| copy to third_party/WebKit/Source/platform/exported/WebCanvasCaptureHandler.cpp
|
| index 30d2c8e6cae16c2abeaa2de117dd3981dec1fee0..936b4777179fede43fb3c2cdf6c4cf9c8a08bc4c 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebMediaRecorderHandler.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebCanvasCaptureHandler.cpp
|
| @@ -3,8 +3,8 @@
|
| // found in the LICENSE file.
|
|
|
| #include "config.h"
|
| -#include "public/platform/WebMediaRecorderHandler.h"
|
| +#include "public/platform/WebCanvasCaptureHandler.h"
|
|
|
| -// This file just includes config.h and WebMediaPlayerClient.h, to make sure
|
| +// This file just includes config.h and WebCanvasCaptureHandler.h, to make sure
|
| // MSVC compiler does not fail linking with LNK2019 due to unresolved
|
| // constructor/destructor and should be in Source/platform/exported.
|
|
|