Index: content/browser/renderer_host/compositor_impl_android.h |
diff --git a/content/browser/renderer_host/compositor_impl_android.h b/content/browser/renderer_host/compositor_impl_android.h |
index 7517bf34afc8ea93c94b977744e576a86434732e..f88b8b306b4bb748c2afac579806a90b18ce3ee5 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.h |
+++ b/content/browser/renderer_host/compositor_impl_android.h |
@@ -22,7 +22,6 @@ |
#include "content/public/browser/android/compositor.h" |
#include "gpu/command_buffer/common/capabilities.h" |
#include "gpu/ipc/common/surface_handle.h" |
-#include "gpu/vulkan/features.h" |
#include "services/ui/public/cpp/gpu/context_provider_command_buffer.h" |
#include "third_party/khronos/GLES2/gl2.h" |
#include "ui/android/resources/resource_manager_impl.h" |
@@ -116,7 +115,7 @@ |
void HandlePendingCompositorFrameSinkRequest(); |
-#if BUILDFLAG(ENABLE_VULKAN) |
+#if defined(ENABLE_VULKAN) |
void CreateVulkanOutputSurface(); |
#endif |
void OnGpuChannelEstablished( |