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,
const FrameCaptureCallback& callback,
const bool& only_damaged)
: isolate_(isolate), view_(view), only_damaged_(only_damaged),
callback_(callback), weak_factory_(this) {
: isolate_(isolate), view_(view), callback_(callback),
only_damaged_(only_damaged), weak_factory_(this) {
}
bool FrameSubscriber::ShouldCaptureFrame(