| Index: cc/CCSchedulerTest.cpp
|
| diff --git a/cc/CCSchedulerTest.cpp b/cc/CCSchedulerTest.cpp
|
| index dc218b9fcc81bf1cce1a2286684115a23c0bf19c..0c65f88f61455dbde695593ed376ad1283adaba4 100644
|
| --- a/cc/CCSchedulerTest.cpp
|
| +++ b/cc/CCSchedulerTest.cpp
|
| @@ -6,9 +6,10 @@
|
|
|
| #include "CCScheduler.h"
|
|
|
| -#include "CCSchedulerTestCommon.h"
|
| +#include "base/logging.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "CCSchedulerTestCommon.h"
|
| #include <wtf/OwnPtr.h>
|
|
|
| using namespace cc;
|
| @@ -223,7 +224,7 @@ public:
|
|
|
| virtual CCScheduledActionDrawAndSwapResult scheduledActionDrawAndSwapForced() OVERRIDE
|
| {
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return CCScheduledActionDrawAndSwapResult(true, true);
|
| }
|
|
|
| @@ -325,7 +326,7 @@ public:
|
|
|
| virtual CCScheduledActionDrawAndSwapResult scheduledActionDrawAndSwapForced() OVERRIDE
|
| {
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return CCScheduledActionDrawAndSwapResult(true, true);
|
| }
|
|
|
|
|