| Index: content/renderer/text_input_client_observer.h
|
| diff --git a/content/renderer/text_input_client_observer.h b/content/renderer/text_input_client_observer.h
|
| index 6871057ba283f8d28f8a290dae6541bb2f46a4b1..e2ce697ea4cac598214f81f223ca1d8ff998004f 100644
|
| --- a/content/renderer/text_input_client_observer.h
|
| +++ b/content/renderer/text_input_client_observer.h
|
| @@ -8,6 +8,7 @@
|
| #include "base/macros.h"
|
| #include "build/build_config.h"
|
| #include "content/public/renderer/render_view_observer.h"
|
| +#include "ppapi/features/features.h"
|
| #include "ui/gfx/geometry/point.h"
|
| #include "ui/gfx/range/range.h"
|
|
|
| @@ -41,7 +42,7 @@ class TextInputClientObserver : public IPC::Listener, public IPC::Sender {
|
|
|
| blink::WebLocalFrame* GetFocusedFrame() const;
|
|
|
| -#if defined(ENABLE_PLUGINS)
|
| +#if BUILDFLAG(ENABLE_PLUGINS)
|
| // Returns the currently focused pepper plugin on the page. The expectation is
|
| // that the focused pepper plugin is inside a frame whose local root is equal
|
| // to GetWebFrameWidget()->localRoot().
|
|
|