diff options
author | mmaerean@adobe.com <mmaerean@adobe.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-08 16:45:08 +0000 |
---|---|---|
committer | mmaerean@adobe.com <mmaerean@adobe.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-08 16:45:08 +0000 |
commit | 5e1119d34a7d393ab4df4a1f9a1722b05a700979 (patch) | |
tree | 9f796a392244c0387e647e7430d4a5e3cd3611c8 /content/common | |
parent | a84325531ab23c2ea917109df6bfb476bd99c242 (diff) | |
download | chromium_src-5e1119d34a7d393ab4df4a1f9a1722b05a700979.zip chromium_src-5e1119d34a7d393ab4df4a1f9a1722b05a700979.tar.gz chromium_src-5e1119d34a7d393ab4df4a1f9a1722b05a700979.tar.bz2 |
[CSS Regions] Use the new RuntimeEnabledFeatures flag instead of the one in Settings.
Steps to reproduce the problem:
1. Chromium has been updated after https://bugs.webkit.org/show_bug.cgi?id=101192 has been fixed that changes the WebKit-Chromium public API.
2. Activate the CSS Regions experimental WebKit feature.
3. Open a page that contains CSS Regions.
What is the expected behavior?
The CSS Regions code should be enabled.
What went wrong?
The CSS Regions code is not enabled.
BUG=164162
Review URL: https://chromiumcodereview.appspot.com/11444005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171975 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common')
-rw-r--r-- | content/common/view_messages.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/common/view_messages.h b/content/common/view_messages.h index 051c817..2727d49 100644 --- a/content/common/view_messages.h +++ b/content/common/view_messages.h @@ -217,7 +217,6 @@ IPC_STRUCT_TRAITS_BEGIN(webkit_glue::WebPreferences) IPC_STRUCT_TRAITS_MEMBER(visual_word_movement_enabled) IPC_STRUCT_TRAITS_MEMBER(password_echo_enabled) IPC_STRUCT_TRAITS_MEMBER(css_sticky_position_enabled) - IPC_STRUCT_TRAITS_MEMBER(css_regions_enabled) IPC_STRUCT_TRAITS_MEMBER(css_shaders_enabled) IPC_STRUCT_TRAITS_MEMBER(css_variables_enabled) IPC_STRUCT_TRAITS_MEMBER(css_grid_layout_enabled) |