| Index: webkit/glue/webpreferences.h
|
| diff --git a/webkit/glue/webpreferences.h b/webkit/glue/webpreferences.h
|
| index bdc324b92de9b8c78c8c98a1839f60c74c04c2db..a17d5c03b5b86eca75516e28cc6d3d31fb6372f1 100644
|
| --- a/webkit/glue/webpreferences.h
|
| +++ b/webkit/glue/webpreferences.h
|
| @@ -88,6 +88,8 @@ struct WEBKIT_GLUE_EXPORT WebPreferences {
|
| bool allow_file_access_from_file_urls;
|
| bool webaudio_enabled;
|
| bool experimental_webgl_enabled;
|
| + bool flash_3d_enabled;
|
| + bool flash_stage3d_enabled;
|
| bool gl_multisampling_enabled;
|
| bool privileged_webgl_extensions_enabled;
|
| bool webgl_errors_to_console_enabled;
|
|
|