| Index: content/shell/renderer/test_runner/WebTestProxy.cpp
|
| diff --git a/content/shell/renderer/test_runner/WebTestProxy.cpp b/content/shell/renderer/test_runner/WebTestProxy.cpp
|
| index c47bf03238a76ee0964bd99c82f6bd241748db2d..2de568b53d985035fc9129f815e585abf475643c 100644
|
| --- a/content/shell/renderer/test_runner/WebTestProxy.cpp
|
| +++ b/content/shell/renderer/test_runner/WebTestProxy.cpp
|
| @@ -723,12 +723,12 @@ void WebTestProxyBase::invalidateAll()
|
| m_paintRect = WebRect(0, 0, INT_MAX, INT_MAX);
|
| }
|
|
|
| -void WebTestProxyBase::scheduleComposite()
|
| +void WebTestProxyBase::ScheduleComposite()
|
| {
|
| invalidateAll();
|
| }
|
|
|
| -void WebTestProxyBase::scheduleAnimation()
|
| +void WebTestProxyBase::ScheduleAnimation()
|
| {
|
| if (!m_testInterfaces->testRunner()->testIsRunning())
|
| return;
|
|
|