Index: chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h |
diff --git a/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h b/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h |
index 6e5f5f9b6bd4a41e0d95e93a9395c9eddf3a51a5..f4a7fe8ee4efbc141410ac59982c3867ac9ca374 100644 |
--- a/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h |
+++ b/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h |
@@ -32,8 +32,10 @@ class PasswordGenerationPopupViewBridge : public PasswordGenerationPopupView { |
// PasswordGenerationPopupView implementation. |
virtual void Hide() OVERRIDE; |
virtual void Show() OVERRIDE; |
+ virtual gfx::Size GetPreferredSizeOfPasswordView() OVERRIDE; |
virtual void UpdateBoundsAndRedrawPopup() OVERRIDE; |
virtual void PasswordSelectionUpdated() OVERRIDE; |
+ virtual bool IsPointInPasswordBounds(const gfx::Point& point) OVERRIDE; |
// The native Cocoa view. |
base::scoped_nsobject<PasswordGenerationPopupViewCocoa> view_; |