| Index: Source/WebKit/chromium/tests/CCLayerTreeHostTest.cpp
|
| ===================================================================
|
| --- Source/WebKit/chromium/tests/CCLayerTreeHostTest.cpp (revision 114977)
|
| +++ Source/WebKit/chromium/tests/CCLayerTreeHostTest.cpp (working copy)
|
| @@ -534,6 +534,7 @@
|
| m_layerTreeHost = MockLayerTreeHost::create(this, m_client.get(), rootLayer, m_settings);
|
| ASSERT_TRUE(m_layerTreeHost);
|
| rootLayer->setLayerTreeHost(m_layerTreeHost.get());
|
| + m_layerTreeHost->setSurfaceReady();
|
|
|
| m_beginning = true;
|
| beginTest();
|
|
|