Index: content/renderer/media/canvas_capture_handler.h |
diff --git a/content/renderer/media/canvas_capture_handler.h b/content/renderer/media/canvas_capture_handler.h |
index b2a5cc2ea192d29cad37fe759635ce09cfbdb140..adec2624c5456efc3dbd31ac7b7163dc1c9fc6f0 100644 |
--- a/content/renderer/media/canvas_capture_handler.h |
+++ b/content/renderer/media/canvas_capture_handler.h |
@@ -5,6 +5,9 @@ |
#ifndef CONTENT_RENDERER_MEDIA_CANVAS_CAPTURE_HANDLER_H_ |
#define CONTENT_RENDERER_MEDIA_CANVAS_CAPTURE_HANDLER_H_ |
+#include <stddef.h> |
+#include <stdint.h> |
+ |
#include "base/macros.h" |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
@@ -73,7 +76,7 @@ class CONTENT_EXPORT CanvasCaptureHandler final |
const blink::WebSize size_; |
gfx::Size last_size; |
- std::vector<uint8> temp_data_; |
+ std::vector<uint8_t> temp_data_; |
size_t row_bytes_; |
SkImageInfo image_info_; |
media::VideoFramePool frame_pool_; |