| Index: chrome/browser/ui/cocoa/fast_resize_view.h
|
| diff --git a/chrome/browser/ui/cocoa/fast_resize_view.h b/chrome/browser/ui/cocoa/fast_resize_view.h
|
| index cdc9c7fc356ebd2bcc4f60c87af4135ffc99fa92..fb68d95a3adff4ac73157e0cb5ab37b2f3a962b2 100644
|
| --- a/chrome/browser/ui/cocoa/fast_resize_view.h
|
| +++ b/chrome/browser/ui/cocoa/fast_resize_view.h
|
| @@ -16,19 +16,14 @@
|
| @interface FastResizeView : NSView {
|
| @private
|
| BOOL fastResizeMode_;
|
| -
|
| - // Offset from the top of the view where the view's content starts. This is
|
| - // used to prevent this view from drawing white on non-content area.
|
| - CGFloat contentOffset_;
|
| }
|
|
|
| -@property(assign, nonatomic) CGFloat contentOffset;
|
| -
|
| // Turns fast resizing mode on or off, which determines how this view resizes
|
| // its subviews. Turning fast resizing mode off has the effect of immediately
|
| // resizing subviews to fit; callers do not need to explictly call |setFrame:|
|
| // to trigger a resize.
|
| - (void)setFastResizeMode:(BOOL)fastResizeMode;
|
| +
|
| @end
|
|
|
| #endif // CHROME_BROWSER_UI_COCOA_FAST_RESIZE_VIEW_H_
|
|
|