Index: content/browser/tab_contents/tab_contents.cc |
diff --git a/content/browser/tab_contents/tab_contents.cc b/content/browser/tab_contents/tab_contents.cc |
index aa7d8e07ab70d920df104448025523837a4eacca..9f783d0b931986641db42717f577078d2a274ccb 100644 |
--- a/content/browser/tab_contents/tab_contents.cc |
+++ b/content/browser/tab_contents/tab_contents.cc |
@@ -433,7 +433,8 @@ WebPreferences TabContents::GetWebkitPrefs(RenderViewHost* rvh, |
!command_line.HasSwitch(switches::kDisableFullScreen); |
prefs.css_regions_enabled = |
command_line.HasSwitch(switches::kEnableCssRegions); |
- |
+ prefs.css_shaders_enabled = |
+ command_line.HasSwitch(switches::kEnableCssShaders); |
#if defined(OS_MACOSX) |
bool default_enable_scroll_animator = true; |