Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Unified Diff: ppapi/shared_impl/ppapi_preferences.h

Issue 10501006: Connect up flash blacklist entries to GetSettingInt (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698