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 0b2565a6e480158ae2b9d4abcefa439f786231a5..b321ce83a71a4475d1fd5fdb116af6865d8ea9b7 100644 |
--- a/third_party/WebKit/Source/web/FullscreenController.h |
+++ b/third_party/WebKit/Source/web/FullscreenController.h |
@@ -46,7 +46,7 @@ class WebViewImpl; |
class FullscreenController final : public GarbageCollected<FullscreenController> { |
public: |
- static RawPtr<FullscreenController> create(WebViewImpl*); |
+ static FullscreenController* create(WebViewImpl*); |
void didEnterFullScreen(); |
void didExitFullScreen(); |