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

Unified Diff: cc/output/vulkan_renderer.cc

Issue 2267263002: cc: Delete all the RendererCapabilities. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-prepare-mailbox-param
Patch Set: renderer-caps: 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/vulkan_renderer.h ('k') | cc/test/fake_channel_impl.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 7f046b1d8c84be0c6533cb7d6b3d185bf0fa09bc..5caa02ee100e7951e5d84aef343ef8877adf9e98 100644
--- a/cc/output/vulkan_renderer.cc
+++ b/cc/output/vulkan_renderer.cc
@@ -8,10 +8,6 @@ namespace cc {
VulkanRenderer::~VulkanRenderer() {}
-const RendererCapabilitiesImpl& VulkanRenderer::Capabilities() const {
- return capabilities_;
-}
-
void VulkanRenderer::SwapBuffers(const CompositorFrameMetadata& metadata) {
CompositorFrame* compositor_frame = nullptr;
output_surface_->SwapBuffers(compositor_frame);
« no previous file with comments | « cc/output/vulkan_renderer.h ('k') | cc/test/fake_channel_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698