Index: third_party/WebKit/public/web/WebView.h |
diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h |
index c8a6244d72ea5a619cad8632d597ea76f2af8d21..40d4461a654a432da2579cd1abfe9a9fa28d9a2f 100644 |
--- a/third_party/WebKit/public/web/WebView.h |
+++ b/third_party/WebKit/public/web/WebView.h |
@@ -126,8 +126,9 @@ public: |
// Creates a WebView that is NOT yet initialized. You will need to |
// call setMainFrame to finish the initialization. It is valid |
- // to pass a null client pointer. |
- BLINK_EXPORT static WebView* create(WebViewClient*); |
+ // to pass a null client pointer. The WebPageVisibilityState defines the |
+ // initial visibility of the page. |
+ BLINK_EXPORT static WebView* create(WebViewClient*, WebPageVisibilityState); |
// After creating a WebView, you should immediately call this method. |
// You can optionally modify the settings before calling this method. |