| Index: components/ui/zoom/zoom_controller.h
|
| diff --git a/components/ui/zoom/zoom_controller.h b/components/ui/zoom/zoom_controller.h
|
| index 085fb2bb53620ae209c96b50ac889cafbfaeb6a2..8eae938b1998ac726cb3e8b106e09d03aa8cfa7e 100644
|
| --- a/components/ui/zoom/zoom_controller.h
|
| +++ b/components/ui/zoom/zoom_controller.h
|
| @@ -27,6 +27,7 @@ class ZoomObserver;
|
| class ZoomRequestClient : public base::RefCounted<ZoomRequestClient> {
|
| public:
|
| ZoomRequestClient() {}
|
| + virtual bool ShouldSuppressBubble() const = 0;
|
|
|
| protected:
|
| virtual ~ZoomRequestClient() {}
|
|
|