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

Unified Diff: cc/output/vulkan_renderer.h

Issue 2401923002: Added dummy definition for CanPartialSwap() in VulkanRenderer class
Patch Set: Created 4 years, 2 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 | « no previous file | 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 513e4757c12204bc3e91daffe622dbe619649ea7..af527f2abae7cf8f6a9792038faa36fa68736b14 100644
--- a/cc/output/vulkan_renderer.h
+++ b/cc/output/vulkan_renderer.h
@@ -24,6 +24,7 @@ class CC_EXPORT VulkanRenderer : public DirectRenderer {
// Implementation of public DirectRenderer functions.
void SwapBuffers(const CompositorFrameMetadata& metadata) override;
void ReceiveSwapBuffersAck(const CompositorFrameAck& ack) override;
+ bool CanPartialSwap() override;
protected:
// Implementations of protected Renderer functions.
« no previous file with comments | « no previous file | cc/output/vulkan_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698