| Index: webkit/tools/test_shell/webview_host_win.cc
|
| diff --git a/webkit/tools/test_shell/webview_host_win.cc b/webkit/tools/test_shell/webview_host_win.cc
|
| index f1f7842c6dafd542ca0d9c8c7049a1126c700461..c911b2d9f364cb7d6df84e25ab0d55e3aa1d13a5 100644
|
| --- a/webkit/tools/test_shell/webview_host_win.cc
|
| +++ b/webkit/tools/test_shell/webview_host_win.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "webkit/tools/test_shell/webview_host.h"
|
|
|
| +#include "third_party/WebKit/Source/WebKit/chromium/public/WebSettings.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h"
|
| #include "ui/base/win/hwnd_util.h"
|
| #include "ui/gfx/rect.h"
|
| @@ -44,6 +45,7 @@ WebViewHost* WebViewHost::Create(HWND parent_view,
|
| host->webwidget_ = WebView::create(delegate);
|
| host->webview()->setDevToolsAgentClient(dev_tools_client);
|
| prefs.Apply(host->webview());
|
| + host->webview()->settings()->setExperimentalCSSGridLayoutEnabled(true);
|
| host->webview()->initializeMainFrame(delegate);
|
|
|
| return host;
|
|
|