| Index: remoting/client/frame_consumer_proxy.h
|
| diff --git a/remoting/client/frame_consumer_proxy.h b/remoting/client/frame_consumer_proxy.h
|
| index 58bbd7d8a1c3d60a0756e20ac3761a33c2bd0151..f52e1b28b85159610760a9cf5caec7bd98b859b4 100644
|
| --- a/remoting/client/frame_consumer_proxy.h
|
| +++ b/remoting/client/frame_consumer_proxy.h
|
| @@ -26,7 +26,8 @@ class FrameConsumerProxy
|
| public:
|
| // Constructs a proxy for |frame_consumer| which will trampoline invocations
|
| // to |frame_consumer_message_loop|.
|
| - FrameConsumerProxy(scoped_refptr<base::SingleThreadTaskRunner> task_runner);
|
| + explicit FrameConsumerProxy(
|
| + scoped_refptr<base::SingleThreadTaskRunner> task_runner);
|
|
|
| // FrameConsumer implementation.
|
| virtual void ApplyBuffer(const SkISize& view_size,
|
|
|