| Index: content/child/blink_platform_impl.h
|
| diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
|
| index 5ee5049dac0819ef8ddd4f3dd954c309d2ef68e4..544485132c3de01fdd2468b172360cff3f5d9a1c 100644
|
| --- a/content/child/blink_platform_impl.h
|
| +++ b/content/child/blink_platform_impl.h
|
| @@ -20,9 +20,10 @@
|
| #include "third_party/WebKit/public/platform/Platform.h"
|
| #include "third_party/WebKit/public/platform/WebGestureDevice.h"
|
| #include "third_party/WebKit/public/platform/WebURLError.h"
|
| +#include "third_party/WebKit/public/public_features.h"
|
| #include "ui/base/layout.h"
|
|
|
| -#if defined(USE_DEFAULT_RENDER_THEME)
|
| +#if BUILDFLAG(USE_DEFAULT_RENDER_THEME)
|
| #include "content/child/webthemeengine_impl_default.h"
|
| #elif defined(OS_WIN)
|
| #include "content/child/webthemeengine_impl_win.h"
|
|
|