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

Unified Diff: webkit/media/webvideoframe_impl.h

Issue 11419224: Add missing (and remove superfluous) 'explicit' from constructors. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + remove non-straightforward changes Created 7 years, 11 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
« no previous file with comments | « webkit/glue/worker_task_runner.cc ('k') | webkit/support/web_audio_device_mock.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/webvideoframe_impl.h
diff --git a/webkit/media/webvideoframe_impl.h b/webkit/media/webvideoframe_impl.h
index b2eed0c4edcfc4d91c8202a9e23fcdfed08d2874..da5c55ca7d2cf8eebe350d00cd11ea7b57b2e7ad 100644
--- a/webkit/media/webvideoframe_impl.h
+++ b/webkit/media/webvideoframe_impl.h
@@ -19,7 +19,7 @@ class WebVideoFrameImpl : public WebKit::WebVideoFrame {
static media::VideoFrame* toVideoFrame(
WebKit::WebVideoFrame* web_video_frame);
- WebVideoFrameImpl(scoped_refptr<media::VideoFrame> video_frame);
+ explicit WebVideoFrameImpl(scoped_refptr<media::VideoFrame> video_frame);
virtual ~WebVideoFrameImpl();
virtual WebVideoFrame::Format format() const;
virtual unsigned planes() const;
« no previous file with comments | « webkit/glue/worker_task_runner.cc ('k') | webkit/support/web_audio_device_mock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698