Index: content/browser/gpu/gpu_process_host.cc |
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc |
index d4fbb8eac7ecc4b807f8fb61eb7cd7fed852f8ca..216d9531180efdcbc57026efa1ec3f98a277fd7c 100644 |
--- a/content/browser/gpu/gpu_process_host.cc |
+++ b/content/browser/gpu/gpu_process_host.cc |
@@ -61,6 +61,7 @@ |
#include "ipc/ipc_channel_handle.h" |
#include "ipc/message_filter.h" |
#include "media/base/media_switches.h" |
+#include "media/media_features.h" |
#include "mojo/edk/embedder/embedder.h" |
#include "services/service_manager/public/cpp/connection.h" |
#include "services/service_manager/public/cpp/interface_provider.h" |
@@ -117,7 +118,7 @@ static const char* const kSwitchNames[] = { |
switches::kDisableGLExtensions, |
switches::kDisableLogging, |
switches::kDisableSeccompFilterSandbox, |
-#if defined(ENABLE_WEBRTC) |
+#if BUILDFLAG(ENABLE_WEBRTC) |
switches::kDisableWebRtcHWEncoding, |
#endif |
#if defined(OS_WIN) |