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

Unified Diff: platform_tools/android/app/res/values/strings.xml

Issue 60273006: Support MSAA4 and (non-ES) OpenGL in Android SampleApp (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: rebase now that api level changes are merged Created 7 years 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: platform_tools/android/app/res/values/strings.xml
diff --git a/platform_tools/android/app/res/values/strings.xml b/platform_tools/android/app/res/values/strings.xml
index 610ef380b28146ba62f85202f2fd23d262e0c26b..b0b4e7b74b4dd14d00fe868bfd2451a264cc008a 100644
--- a/platform_tools/android/app/res/values/strings.xml
+++ b/platform_tools/android/app/res/values/strings.xml
@@ -10,4 +10,9 @@
<string name="save_to_pdf">Save to PDF</string>
<string name="save_failed">Save Failed</string>
<string name="file_saved">%s saved!</string>
+ <string name="glcontext_menu">Set OpenGL Context Type</string>
+ <string name="glcontext_opengles">OpenGL ES</string>
+ <string name="glcontext_msaa4_opengles">OpenGL ES, MSAA4</string>
+ <string name="glcontext_opengl">OpenGL</string>
+ <string name="glcontext_msaa4_opengl">OpenGL, MSAA4</string>
</resources>
« no previous file with comments | « platform_tools/android/app/res/menu/action_bar.xml ('k') | platform_tools/android/app/src/com/skia/SkiaSampleActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698