| Index: ios/clean/chrome/browser/ui/tab/tab_container_view_controller.h
|
| diff --git a/ios/clean/chrome/browser/ui/tab/tab_container_view_controller.h b/ios/clean/chrome/browser/ui/tab/tab_container_view_controller.h
|
| index 60e1191fe87619b3f321d8cc0697eec75a14f3c5..03a2bf463a0dd7d7ca0bce838f5fe7c53ca78463 100644
|
| --- a/ios/clean/chrome/browser/ui/tab/tab_container_view_controller.h
|
| +++ b/ios/clean/chrome/browser/ui/tab/tab_container_view_controller.h
|
| @@ -11,6 +11,7 @@
|
|
|
| #import <UIKit/UIKit.h>
|
|
|
| +#import "ios/clean/chrome/browser/ui/animators/zoom_transition_delegate.h"
|
| #import "ios/clean/chrome/browser/ui/presenters/menu_presentation_delegate.h"
|
|
|
| // Base class for a view controller that contains a content view (generally
|
| @@ -18,7 +19,7 @@
|
| // view, each managed by their own view controllers.
|
| // Subclasses manage the specific layout of these view controllers.
|
| @interface TabContainerViewController
|
| - : UIViewController<MenuPresentationDelegate>
|
| + : UIViewController<MenuPresentationDelegate, ZoomTransitionDelegate>
|
|
|
| // View controller showing the main content for the tab. If there is no
|
| // toolbar view controller set, the contents of this view controller will
|
|
|