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

Unified Diff: content/browser/compositor/vulkan_browser_compositor_output_surface.h

Issue 2557913002: Remove begin_frame_source argument from VulkanBrowserCompositorOutputSurface ctor (Closed)
Patch Set: 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 | « no previous file | content/browser/compositor/vulkan_browser_compositor_output_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/compositor/vulkan_browser_compositor_output_surface.h
diff --git a/content/browser/compositor/vulkan_browser_compositor_output_surface.h b/content/browser/compositor/vulkan_browser_compositor_output_surface.h
index b145a288a0952abeca5ac4c74dc8e40b916b5607..1e4f19b6201625dd511b9c163e4a6618f1e296fe 100644
--- a/content/browser/compositor/vulkan_browser_compositor_output_surface.h
+++ b/content/browser/compositor/vulkan_browser_compositor_output_surface.h
@@ -24,8 +24,7 @@ class VulkanBrowserCompositorOutputSurface
public:
VulkanBrowserCompositorOutputSurface(
scoped_refptr<cc::VulkanContextProvider> context,
- const UpdateVSyncParametersCallback& update_vsync_parameters_callback,
- cc::SyntheticBeginFrameSource* begin_frame_source);
+ const UpdateVSyncParametersCallback& update_vsync_parameters_callback);
~VulkanBrowserCompositorOutputSurface() override;
« no previous file with comments | « no previous file | content/browser/compositor/vulkan_browser_compositor_output_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698