| Index: cc/CCDelegatedRendererLayerImplTest.cpp
|
| diff --git a/cc/CCDelegatedRendererLayerImplTest.cpp b/cc/CCDelegatedRendererLayerImplTest.cpp
|
| index e5fcdc8a8b34cb99c84713e0c63201bd2dd51dcc..71e1a0e21c10a88b710ef2194a0d0ee051209418 100644
|
| --- a/cc/CCDelegatedRendererLayerImplTest.cpp
|
| +++ b/cc/CCDelegatedRendererLayerImplTest.cpp
|
| @@ -38,7 +38,7 @@ public:
|
| settings.minimumOcclusionTrackingSize = IntSize();
|
|
|
| m_hostImpl = CCLayerTreeHostImpl::create(settings, this);
|
| - m_hostImpl->initializeRenderer(createContext(), UnthrottledUploader);
|
| + m_hostImpl->initializeRenderer(createContext());
|
| m_hostImpl->setViewportSize(IntSize(10, 10), IntSize(10, 10));
|
| }
|
|
|
|
|