diff options
Diffstat (limited to 'chrome/views/native_control.h')
-rw-r--r-- | chrome/views/native_control.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/views/native_control.h b/chrome/views/native_control.h index edd93d0..29a57cf 100644 --- a/chrome/views/native_control.h +++ b/chrome/views/native_control.h @@ -32,7 +32,6 @@ class NativeControl : public View { virtual void ViewHierarchyChanged(bool is_add, View *parent, View *child); virtual void Layout(); - virtual void DidChangeBounds(const CRect& previous, const CRect& current); // Overridden to properly set the native control state. virtual void SetVisible(bool f); |