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

Unified Diff: cc/output/vulkan_renderer.cc

Issue 2282433002: Revert of cc: Delete all the RendererCapabilities. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-prepare-mailbox-param
Patch Set: 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 5caa02ee100e7951e5d84aef343ef8877adf9e98..7f046b1d8c84be0c6533cb7d6b3d185bf0fa09bc 100644
--- a/cc/output/vulkan_renderer.cc
+++ b/cc/output/vulkan_renderer.cc
@@ -7,6 +7,10 @@
namespace cc {
VulkanRenderer::~VulkanRenderer() {}
+
+const RendererCapabilitiesImpl& VulkanRenderer::Capabilities() const {
+ return capabilities_;
+}
void VulkanRenderer::SwapBuffers(const CompositorFrameMetadata& metadata) {
CompositorFrame* compositor_frame = nullptr;
« 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