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

Unified Diff: content/browser/compositor/vulkan_browser_compositor_output_surface.h

Issue 2645633003: Fix compile errors when building with enable_vulkan=true.
Patch Set: Created 3 years, 11 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 | « AUTHORS ('k') | content/browser/compositor/vulkan_browser_compositor_output_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/compositor/vulkan_browser_compositor_output_surface.h
diff --git a/content/browser/compositor/vulkan_browser_compositor_output_surface.h b/content/browser/compositor/vulkan_browser_compositor_output_surface.h
index 1e4f19b6201625dd511b9c163e4a6618f1e296fe..d4c1666fd6deffa9b768571681512afa3454bf5e 100644
--- a/content/browser/compositor/vulkan_browser_compositor_output_surface.h
+++ b/content/browser/compositor/vulkan_browser_compositor_output_surface.h
@@ -42,7 +42,8 @@ class VulkanBrowserCompositorOutputSurface
void Reshape(const gfx::Size& size,
float device_scale_factor,
const gfx::ColorSpace& color_space,
- bool has_alpha) override;
+ bool has_alpha,
+ bool use_stencil) override;
uint32_t GetFramebufferCopyTextureFormat() override;
void SwapBuffers(cc::OutputSurfaceFrame frame) override;
« no previous file with comments | « AUTHORS ('k') | content/browser/compositor/vulkan_browser_compositor_output_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698