Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(290)

Unified Diff: third_party/WebKit/public/web/WebViewClient.h

Issue 1991273003: Fire visibilityChange event on out-of-process iframes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android test+naming Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/public/web/WebViewClient.h
diff --git a/third_party/WebKit/public/web/WebViewClient.h b/third_party/WebKit/public/web/WebViewClient.h
index a41ebe62535a14820ac43f2f9439cfff3087e33e..57f9079dab46021878748c0cc4483c404db7beee 100644
--- a/third_party/WebKit/public/web/WebViewClient.h
+++ b/third_party/WebKit/public/web/WebViewClient.h
@@ -239,15 +239,6 @@ public:
virtual void pageScaleFactorChanged() { }
- // Visibility -----------------------------------------------------------
-
- // Returns the current visibility of the WebView.
- virtual WebPageVisibilityState visibilityState() const
- {
- return WebPageVisibilityStateVisible;
- }
-
-
// Content detection ----------------------------------------------------
// Retrieves detectable content (e.g., email addresses, phone numbers)
« third_party/WebKit/public/web/WebView.h ('K') | « third_party/WebKit/public/web/WebView.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698