| Index: cc/gl_renderer_unittest.cc
|
| diff --git a/cc/gl_renderer_unittest.cc b/cc/gl_renderer_unittest.cc
|
| index f6b4f7e8d2af18c8c1f9d0184cd35935b4dd4938..9a80bd14e0f0d662477ac2a03e23c156e30f08fd 100644
|
| --- a/cc/gl_renderer_unittest.cc
|
| +++ b/cc/gl_renderer_unittest.cc
|
| @@ -67,7 +67,7 @@ public:
|
| : m_hostImpl(&m_proxy)
|
| , m_setFullRootLayerDamageCount(0)
|
| , m_lastCallWasSetVisibility(0)
|
| - , m_rootLayer(LayerImpl::Create(m_hostImpl.activeTree(), 1))
|
| + , m_rootLayer(LayerImpl::Create(m_hostImpl.active_tree(), 1))
|
| , m_memoryAllocationLimitBytes(PrioritizedResourceManager::defaultMemoryAllocationLimit())
|
| {
|
| m_rootLayer->CreateRenderSurface();
|
|
|