| Index: chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| diff --git a/chrome/browser/tab_contents/render_view_host_delegate_helper.cc b/chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| index 752fcbb16b6a00ca24a3d494e1605dbfbd954fa2..094ea8d834cbe11083d90478aaa732a12f31edf6 100644
|
| --- a/chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| +++ b/chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| @@ -505,6 +505,8 @@ WebPreferences RenderViewHostDelegateHelper::GetWebkitPrefs(
|
|
|
| web_prefs.visual_word_movement_enabled =
|
| command_line.HasSwitch(switches::kEnableVisualWordMovement);
|
| + web_prefs.per_tile_drawing_enabled =
|
| + command_line.HasSwitch(switches::kEnablePerTileDrawing);
|
| }
|
|
|
| { // Certain GPU features might have been blacklisted.
|
|
|