| Index: views/controls/native/native_view_host.h
|
| diff --git a/views/controls/native/native_view_host.h b/views/controls/native/native_view_host.h
|
| index d34ccf9338bd94b85c36e0b2be53b8b744dcdfb2..679e176e519bf17778b3c0a0b04926c5044d4cff 100644
|
| --- a/views/controls/native/native_view_host.h
|
| +++ b/views/controls/native/native_view_host.h
|
| @@ -71,12 +71,12 @@ class NativeViewHost : public View {
|
| virtual void Layout();
|
| virtual void Paint(gfx::Canvas* canvas);
|
| virtual void VisibilityChanged(View* starting_from, bool is_visible);
|
| + virtual void Focus();
|
|
|
| protected:
|
| virtual void VisibleBoundsInRootChanged();
|
| virtual void ViewHierarchyChanged(bool is_add, View* parent, View* child);
|
| virtual std::string GetClassName() const;
|
| - virtual void Focus();
|
|
|
| private:
|
| // The attached native view.
|
|
|