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

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

Issue 2337913003: Fork cc::OutputSurface into cc::CompositorFrameSink. (Closed)
Patch Set: cfsfork: android-vulkan 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.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();
}
« no previous file with comments | « third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h ('k') | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698