| Index: cc/test/scheduler_test_common.h
|
| diff --git a/cc/test/scheduler_test_common.h b/cc/test/scheduler_test_common.h
|
| index be13fbf5cd23447fd5a46ad55c820614401f1569..be8ff87997f9e1442f608069a640abde254f210d 100644
|
| --- a/cc/test/scheduler_test_common.h
|
| +++ b/cc/test/scheduler_test_common.h
|
| @@ -115,7 +115,7 @@ protected:
|
|
|
| class FakeFrameRateController : public cc::FrameRateController {
|
| public:
|
| - FakeFrameRateController(scoped_refptr<cc::TimeSource> timer) : cc::FrameRateController(timer) { }
|
| + explicit FakeFrameRateController(scoped_refptr<cc::TimeSource> timer) : cc::FrameRateController(timer) { }
|
|
|
| int numFramesPending() const { return m_numFramesPending; }
|
| };
|
|
|