Index: content/renderer/render_view_impl.h |
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h |
index beba1f2aa8ac021497ad2fc8c13ff004d0841179..f3e481e9017a5fa1a85206b1f7a2c0ed031d8632 100644 |
--- a/content/renderer/render_view_impl.h |
+++ b/content/renderer/render_view_impl.h |
@@ -34,6 +34,7 @@ |
#include "content/public/common/renderer_preferences.h" |
#include "content/public/common/stop_find_action.h" |
#include "content/public/common/top_controls_state.h" |
+#include "content/public/common/web_preferences.h" |
#include "content/public/renderer/render_view.h" |
#include "content/renderer/mouse_lock_dispatcher.h" |
#include "content/renderer/render_frame_impl.h" |
@@ -56,7 +57,6 @@ |
#include "third_party/WebKit/public/web/WebViewClient.h" |
#include "ui/base/window_open_disposition.h" |
#include "ui/surface/transport_dib.h" |
-#include "webkit/common/webpreferences.h" |
#if defined(OS_ANDROID) |
#include "content/renderer/android/content_detector.h" |
@@ -483,6 +483,7 @@ class CONTENT_EXPORT RenderViewImpl |
virtual gfx::Size GetSize() const OVERRIDE; |
virtual WebPreferences& GetWebkitPreferences() OVERRIDE; |
virtual void SetWebkitPreferences(const WebPreferences& preferences) OVERRIDE; |
+ virtual void ApplyWebPreferences(const WebPreferences& preferences) OVERRIDE; |
virtual blink::WebView* GetWebView() OVERRIDE; |
virtual blink::WebElement GetFocusedElement() const OVERRIDE; |
virtual bool IsEditableNode(const blink::WebNode& node) const OVERRIDE; |