Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(513)

Unified Diff: third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h

Issue 2337913003: Fork cc::OutputSurface into cc::CompositorFrameSink. (Closed)
Patch Set: cfsfork: rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 1964f06ef990c114c9fc4b6ed40c103241d46676..7bd59e7dcbac38a5517b7d4a1d115452f934b3ff 100644
--- a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
+++ b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
@@ -84,9 +84,9 @@ public:
const gfx::Vector2dF& elasticOverscrollDelta,
float pageScale,
float topControlsDelta) override;
- void RequestNewOutputSurface() override;
- void DidInitializeOutputSurface() override {}
- void DidFailToInitializeOutputSurface() override;
+ void RequestNewCompositorFrameSink() override;
+ void DidInitializeCompositorFrameSink() override {}
+ void DidFailToInitializeCompositorFrameSink() override;
void WillCommit() override {}
void DidCommit() override {}
void DidCommitAndDrawFrame() override {}

Powered by Google App Engine
This is Rietveld 408576698