Index: content/renderer/render_view.h |
=================================================================== |
--- content/renderer/render_view.h (revision 86573) |
+++ content/renderer/render_view.h (working copy) |
@@ -35,7 +35,6 @@ |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFrameClient.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebIconURL.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebNode.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebPageVisibilityState.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebTextDirection.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebViewClient.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebNavigationType.h" |
@@ -429,7 +428,6 @@ |
const WebKit::WebString& base_url, |
const WebKit::WebString& url, |
const WebKit::WebString& title); |
- virtual WebKit::WebPageVisibilityState visibilityState() const; |
// WebKit::WebFrameClient implementation ------------------------------------- |