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

Unified Diff: cc/output/vulkan_renderer.h

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/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 59e80b9da5a7efa5ac1839dff909021e1692ab1e..cdbc038341c0e89ac068723032dcce766f1318d6 100644
--- a/cc/output/vulkan_renderer.h
+++ b/cc/output/vulkan_renderer.h
@@ -22,8 +22,7 @@ class CC_EXPORT VulkanRenderer : public DirectRenderer {
int highp_threshold_min);
~VulkanRenderer() override;
- // Implementation of public Renderer functions.
- const RendererCapabilitiesImpl& Capabilities() const override;
+ // Implementation of public DirectRenderer functions.
void SwapBuffers(const CompositorFrameMetadata& metadata) override;
void ReceiveSwapBuffersAck(const CompositorFrameAck& ack) override;
@@ -55,8 +54,6 @@ class CC_EXPORT VulkanRenderer : public DirectRenderer {
std::unique_ptr<CopyOutputRequest> request) override;
private:
- RendererCapabilitiesImpl capabilities_;
-
DISALLOW_COPY_AND_ASSIGN(VulkanRenderer);
};
« 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