Chromium Code Reviews| Index: ppapi/shared_impl/ppapi_preferences.h |
| diff --git a/ppapi/shared_impl/ppapi_preferences.h b/ppapi/shared_impl/ppapi_preferences.h |
| index 008811f1b5c7f2332cdc27404776ee211d75851e..cd0e0bb70afa070ce75d064cc2dcb8358aab9c49 100644 |
| --- a/ppapi/shared_impl/ppapi_preferences.h |
| +++ b/ppapi/shared_impl/ppapi_preferences.h |
| @@ -28,6 +28,7 @@ struct PPAPI_SHARED_EXPORT Preferences { |
| int default_fixed_font_size; |
| bool is_3d_supported; |
| + bool is_stage3d_supported; |
| }; |
| } // namespace ppapi |