| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index f94b6956b3eff9c0cca24d8d0e9e61df62f8963c..ff8030fd9411088bb42bada880b1b15414794abd 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -104,6 +104,7 @@ class WEB_EXPORT WebViewImpl final
|
| public WebScheduler::InterventionReporter,
|
| public WebViewScheduler::WebViewSchedulerSettings {
|
| public:
|
| + static WebViewImpl* create(WebPageVisibilityState);
|
| static WebViewImpl* create(WebViewClient*, WebPageVisibilityState);
|
| static HashSet<WebViewImpl*>& allInstances();
|
|
|
|
|