| Index: ios/clean/chrome/browser/ui/tab_grid/tab_grid_toolbar.h
|
| diff --git a/ios/clean/chrome/browser/ui/tab_grid/tab_grid_toolbar.h b/ios/clean/chrome/browser/ui/tab_grid/tab_grid_toolbar.h
|
| index 723ad3834866e6745f2393e3bd7357a77fe6f917..46ecd39a76bcc5c7c6d3608cfa5aa0146b5f6eff 100644
|
| --- a/ios/clean/chrome/browser/ui/tab_grid/tab_grid_toolbar.h
|
| +++ b/ios/clean/chrome/browser/ui/tab_grid/tab_grid_toolbar.h
|
| @@ -7,12 +7,14 @@
|
|
|
| #import <UIKit/UIKit.h>
|
|
|
| +#import "ios/clean/chrome/browser/ui/animators/zoom_transition_delegate.h"
|
| +
|
| // The toolbar in the tab grid, which has a done button, incognito button, and
|
| // an overflow menu button. The toolbar has an intrinsic height, and its buttons
|
| // are anchored to the bottom of the toolbar, should the parent set a larger
|
| // frame on the toolbar. The toolbar has a dark blur visual effect as the
|
| // background.
|
| -@interface TabGridToolbar : UIView
|
| +@interface TabGridToolbar : UIView<ZoomTransitionDelegate>
|
| @end
|
|
|
| #endif // IOS_CLEAN_CHROME_BROWSER_UI_TAB_GRID_TAB_GRID_TOOLBAR_H_
|
|
|