Chromium Code Reviews
DescriptionFix compile errors when building with enable_vulkan=true.
This fixes the below compile errors.
../../gpu/vulkan/vulkan_swap_chain.h:41:5: error:
use of undeclared identifier 'DCHECK_LT'
DCHECK_LT(index, images_.size());
--> Added #include "base/logging.h" in vulkan_swap_chain.h.
../../content/browser/compositor/
vulkan_browser_compositor_output_surface.h:45:32: error:
non-virtual member function marked 'override' hides virtual member function
bool has_alpha) override;
--> Added a missing parameter 'bool use_stencil'.
BUG=682523
Patch Set 1 #
Messages
Total messages: 16 (7 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||