Index: ppapi/shared_impl/ppapi_preferences.h |
diff --git a/ppapi/shared_impl/ppapi_preferences.h b/ppapi/shared_impl/ppapi_preferences.h |
index b098f5513005b2118497c837481f2f36c263033f..dad7c0cf3a2575eb5eb9fba733109d2a28aa7fd4 100644 |
--- a/ppapi/shared_impl/ppapi_preferences.h |
+++ b/ppapi/shared_impl/ppapi_preferences.h |
@@ -29,6 +29,7 @@ struct PPAPI_SHARED_EXPORT Preferences { |
int number_of_cpu_cores; |
bool is_3d_supported; |
bool is_stage3d_supported; |
+ bool is_stage3d_baseline_supported; |
bool is_webgl_supported; |
}; |