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

Unified Diff: cc/output/vulkan_renderer.cc

Issue 2527283003: cc: Introduce BeginFrame sequence numbers and acknowledgements.
Patch Set: Address Brian's comments. Created 4 years 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 | « cc/output/vulkan_renderer.h ('k') | cc/scheduler/begin_frame_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/vulkan_renderer.cc
diff --git a/cc/output/vulkan_renderer.cc b/cc/output/vulkan_renderer.cc
index 79ccf3b2e6b7ea968c206ea46062026c7f908cfe..76a546264dab799ef6b2e915394ee49694f788a3 100644
--- a/cc/output/vulkan_renderer.cc
+++ b/cc/output/vulkan_renderer.cc
@@ -9,9 +9,7 @@ namespace cc {
VulkanRenderer::~VulkanRenderer() {}
-void VulkanRenderer::SwapBuffers(std::vector<ui::LatencyInfo> latency_info) {
- OutputSurfaceFrame output_frame;
- output_frame.latency_info = std::move(latency_info);
+void VulkanRenderer::SwapBuffers(OutputSurfaceFrame output_frame) {
output_surface_->SwapBuffers(std::move(output_frame));
}
« no previous file with comments | « cc/output/vulkan_renderer.h ('k') | cc/scheduler/begin_frame_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698