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

Unified Diff: cc/output/vulkan_renderer.h

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/software_renderer.cc ('k') | cc/output/vulkan_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/vulkan_renderer.h
diff --git a/cc/output/vulkan_renderer.h b/cc/output/vulkan_renderer.h
index 45b34a847be076e882f1e42e58d1fdbc6911ee38..fb85c2b466d35168a351cc018eae27f4020ec1ea 100644
--- a/cc/output/vulkan_renderer.h
+++ b/cc/output/vulkan_renderer.h
@@ -23,7 +23,7 @@ class CC_EXPORT VulkanRenderer : public DirectRenderer {
~VulkanRenderer() override;
// Implementation of public DirectRenderer functions.
- void SwapBuffers(std::vector<ui::LatencyInfo> latency_info) override;
+ void SwapBuffers(OutputSurfaceFrame output_frame) override;
protected:
// Implementations of protected Renderer functions.
« no previous file with comments | « cc/output/software_renderer.cc ('k') | cc/output/vulkan_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698