| Index: ui/views/controls/native/native_view_host.cc
|
| diff --git a/ui/views/controls/native/native_view_host.cc b/ui/views/controls/native/native_view_host.cc
|
| index 8a34c25326af66ea97d82a89d2f5e824dc63aebe..3accab5ed8427bcf536fa78ac7f6309cd471f2e4 100644
|
| --- a/ui/views/controls/native/native_view_host.cc
|
| +++ b/ui/views/controls/native/native_view_host.cc
|
| @@ -14,9 +14,10 @@ namespace views {
|
| // static
|
| const char NativeViewHost::kViewClassName[] = "views/NativeViewHost";
|
|
|
| -#if defined(OS_LINUX)
|
| -// GTK renders the focus.
|
| -// static
|
| +#if defined(USE_AURA)
|
| +// Views implmenetatxion draws the focus.
|
| +// TODO(oshima): Eliminate this flag and consolidate
|
| +// the focus border code.
|
| const bool NativeViewHost::kRenderNativeControlFocus = false;
|
| #else
|
| // static
|
|
|