| Index: third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp
|
| diff --git a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp
|
| index 07bf87d95708e9c26ccfa2141f60805761a0e0e6..9c53fa795567542ae4bea6d0dd6a9acd308e7cb0 100644
|
| --- a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp
|
| @@ -146,12 +146,12 @@ void WebLayerTreeViewImplForTesting::ApplyViewportDeltas(
|
| {
|
| }
|
|
|
| -void WebLayerTreeViewImplForTesting::RequestNewOutputSurface()
|
| +void WebLayerTreeViewImplForTesting::RequestNewCompositorFrameSink()
|
| {
|
| - // Intentionally do not create and set an OutputSurface.
|
| + // Intentionally do not create and set an CompositorFrameSink.
|
| }
|
|
|
| -void WebLayerTreeViewImplForTesting::DidFailToInitializeOutputSurface()
|
| +void WebLayerTreeViewImplForTesting::DidFailToInitializeCompositorFrameSink()
|
| {
|
| ASSERT_NOT_REACHED();
|
| }
|
|
|