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

Unified Diff: content/renderer/media_capture_from_element/canvas_capture_handler.h

Issue 2850593002: Revert of [blink] Unique pointers in Platform.h (Closed)
Patch Set: Created 3 years, 8 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: content/renderer/media_capture_from_element/canvas_capture_handler.h
diff --git a/content/renderer/media_capture_from_element/canvas_capture_handler.h b/content/renderer/media_capture_from_element/canvas_capture_handler.h
index c6ed54862e4a5186161f2e3c0e9c63e9c251e69c..7f4e6ac2a099e8da80f046eb255d0d16865a115b 100644
--- a/content/renderer/media_capture_from_element/canvas_capture_handler.h
+++ b/content/renderer/media_capture_from_element/canvas_capture_handler.h
@@ -42,7 +42,7 @@
~CanvasCaptureHandler() override;
// Creates a CanvasCaptureHandler instance and updates UMA histogram.
- static std::unique_ptr<CanvasCaptureHandler> CreateCanvasCaptureHandler(
+ static CanvasCaptureHandler* CreateCanvasCaptureHandler(
const blink::WebSize& size,
double frame_rate,
const scoped_refptr<base::SingleThreadTaskRunner>& io_task_runner,

Powered by Google App Engine
This is Rietveld 408576698