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

Unified Diff: content/test/test_render_view_host.h

Issue 2835403004: Revert "Use MojoCompositorFrameSink in RendererCompositorFrameSink"
Patch Set: Rebased Created 3 years, 8 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
« no previous file with comments | « content/test/fake_renderer_compositor_frame_sink.cc ('k') | content/test/test_render_view_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_render_view_host.h
diff --git a/content/test/test_render_view_host.h b/content/test/test_render_view_host.h
index 9bbee7414f7423d21581dbee832ec0eddc195e40..577b1411e655af092e3c2d230ee45188cb28b6e1 100644
--- a/content/test/test_render_view_host.h
+++ b/content/test/test_render_view_host.h
@@ -88,9 +88,7 @@ class TestRenderWidgetHostView : public RenderWidgetHostViewBase {
bool IsSpeaking() const override;
void StopSpeaking() override;
#endif // defined(OS_MACOSX)
- void DidCreateNewRendererCompositorFrameSink(
- cc::mojom::MojoCompositorFrameSinkClient* renderer_compositor_frame_sink)
- override;
+ void DidCreateNewRendererCompositorFrameSink() override;
void SubmitCompositorFrame(const cc::LocalSurfaceId& local_surface_id,
cc::CompositorFrame frame) override;
void ClearCompositorFrame() override {}
« no previous file with comments | « content/test/fake_renderer_compositor_frame_sink.cc ('k') | content/test/test_render_view_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698