Index: third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h |
diff --git a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h |
index f7e9e6c17cf0a42783d7a6c7cc49f00c7a14d31d..55aff3d1e28d28589d8c2fd06d7d7540f458812c 100644 |
--- a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h |
+++ b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h |
@@ -97,8 +97,8 @@ class WebLayerTreeViewImplForTesting |
void DidCompletePageScaleAnimation() override {} |
// cc::LayerTreeHostSingleThreadClient implementation. |
- void DidPostSwapBuffers() override {} |
- void DidAbortSwapBuffers() override {} |
+ void DidSubmitCompositorFrame() override {} |
+ void DidLoseCompositorFrameSink() override {} |
private: |
cc::TestTaskGraphRunner m_taskGraphRunner; |