Fix init list order

This commit is contained in:
Heilig Benedek 2016-06-21 14:32:22 +02:00
parent 712141f153
commit 3c92825e2a

View file

@ -17,8 +17,8 @@ FrameSubscriber::FrameSubscriber(v8::Isolate* isolate,
content::RenderWidgetHostView* view, content::RenderWidgetHostView* view,
const FrameCaptureCallback& callback, const FrameCaptureCallback& callback,
const bool& only_damaged) const bool& only_damaged)
: isolate_(isolate), view_(view), only_damaged_(only_damaged), : isolate_(isolate), view_(view), callback_(callback),
callback_(callback), weak_factory_(this) { only_damaged_(only_damaged), weak_factory_(this) {
} }
bool FrameSubscriber::ShouldCaptureFrame( bool FrameSubscriber::ShouldCaptureFrame(