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

Unified Diff: content/test/test_render_view_host.h

Issue 2096493002: Make cc::CompositorFrames movable [Part 1 of 2] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Dana's nits Created 4 years, 6 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/mailbox_output_surface.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 331e84c88067c6d540d09b746b4d37b71defe7c5..993a88ee5d85a6d75b8666990dffb5f63ff5050c 100644
--- a/content/test/test_render_view_host.h
+++ b/content/test/test_render_view_host.h
@@ -89,9 +89,8 @@ class TestRenderWidgetHostView : public RenderWidgetHostViewBase {
bool IsSpeaking() const override;
void StopSpeaking() override;
#endif // defined(OS_MACOSX)
- void OnSwapCompositorFrame(
- uint32_t output_surface_id,
- std::unique_ptr<cc::CompositorFrame> frame) override;
+ void OnSwapCompositorFrame(uint32_t output_surface_id,
+ cc::CompositorFrame frame) override;
void ClearCompositorFrame() override {}
// RenderWidgetHostViewBase implementation.
« no previous file with comments | « content/test/mailbox_output_surface.cc ('k') | content/test/test_render_view_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698