| Index: third_party/WebKit/Source/web/FullscreenController.h
|
| diff --git a/third_party/WebKit/Source/web/FullscreenController.h b/third_party/WebKit/Source/web/FullscreenController.h
|
| index f8d493901977991219386a546917ee13acb3b887..5865812f85a37d98624b69770a63f448f2b6aa96 100644
|
| --- a/third_party/WebKit/Source/web/FullscreenController.h
|
| +++ b/third_party/WebKit/Source/web/FullscreenController.h
|
| @@ -60,7 +60,7 @@ class FullscreenController {
|
|
|
| // Called by Fullscreen (via ChromeClient) to notify that the fullscreen
|
| // element has changed.
|
| - void FullscreenElementChanged(Element*, Element*);
|
| + void FullscreenElementChanged(Element* from_element, Element* to_element);
|
|
|
| bool IsFullscreenOrTransitioning() const { return state_ != State::kInitial; }
|
|
|
|
|