summaryrefslogtreecommitdiffstats
path: root/android_webview/common
diff options
context:
space:
mode:
authormnaganov@chromium.org <mnaganov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-17 12:02:54 +0000
committermnaganov@chromium.org <mnaganov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-17 12:02:54 +0000
commit35a258e4bbdd37512c75a3695fe25a3129bbf504 (patch)
tree9a7e0ae60fab2b241b91ff928a9ad20a895906f2 /android_webview/common
parent6effee11459345a7e1e396fdb5990aded79cba99 (diff)
downloadchromium_src-35a258e4bbdd37512c75a3695fe25a3129bbf504.zip
chromium_src-35a258e4bbdd37512c75a3695fe25a3129bbf504.tar.gz
chromium_src-35a258e4bbdd37512c75a3695fe25a3129bbf504.tar.bz2
[Android WebView] Never turn off viewport and fixed layout
This is to avoid skipping "meta viewport" tag processing. For controlling wide viewport-related behavior, a corresponding WebSetting has been added into Blink. Review URL: https://codereview.chromium.org/14234002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194576 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/common')
-rw-r--r--android_webview/common/render_view_messages.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/android_webview/common/render_view_messages.h b/android_webview/common/render_view_messages.h
index 2f6db4f..f3c60db 100644
--- a/android_webview/common/render_view_messages.h
+++ b/android_webview/common/render_view_messages.h
@@ -69,12 +69,6 @@ IPC_MESSAGE_ROUTED1(AwViewMsg_SetTextZoomLevel,
// recalculated by WebKit.
IPC_MESSAGE_ROUTED0(AwViewMsg_ResetScrollAndScaleState)
-// Set whether fixed layout mode is enabled. Must be updated together
-// with WebSettings.viewport_enabled. Only WebView switches this mode
-// dynamically, thus there is no support for this in the common code.
-IPC_MESSAGE_ROUTED1(AwViewMsg_SetEnableFixedLayoutMode,
- bool /* enabled */)
-
// Sets the initial page scale. This overrides initial scale set by
// the meta viewport tag.
IPC_MESSAGE_ROUTED1(AwViewMsg_SetInitialPageScale,