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

Unified Diff: cc/output/vulkan_renderer.h

Issue 2194013002: cc: Delete the Renderer base class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dcheck-delegating
Patch Set: delete-renderer-base-class: rebase Created 4 years, 4 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 | « 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 2d78aa15971099a5a256536be1417c4ded2e00d7..59e80b9da5a7efa5ac1839dff909021e1692ab1e 100644
--- a/cc/output/vulkan_renderer.h
+++ b/cc/output/vulkan_renderer.h
@@ -15,8 +15,7 @@ class TextureMailboxDeleter;
class CC_EXPORT VulkanRenderer : public DirectRenderer {
public:
- VulkanRenderer(RendererClient* client,
- const RendererSettings* settings,
+ VulkanRenderer(const RendererSettings* settings,
OutputSurface* output_surface,
ResourceProvider* resource_provider,
TextureMailboxDeleter* texture_mailbox_deleter,
@@ -25,7 +24,6 @@ class CC_EXPORT VulkanRenderer : public DirectRenderer {
// Implementation of public Renderer functions.
const RendererCapabilitiesImpl& Capabilities() const override;
- void Finish() override;
void SwapBuffers(const CompositorFrameMetadata& metadata) override;
void ReceiveSwapBuffersAck(const CompositorFrameAck& ack) override;
« 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