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

Unified Diff: platform_tools/android/app/res/menu/action_bar.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/menu/action_bar.xml
diff --git a/platform_tools/android/app/res/menu/action_bar.xml b/platform_tools/android/app/res/menu/action_bar.xml
index 2e8cf70125c9dfdc493a43b08b6427537ec785a5..72e135e43bb1d7e0c318e364a0c37fbb05f04d6a 100644
--- a/platform_tools/android/app/res/menu/action_bar.xml
+++ b/platform_tools/android/app/res/menu/action_bar.xml
@@ -43,6 +43,32 @@
android:title="@string/bbox"
/>
<item
+ android:id="@+id/glcontext_menu"
+ android:title="@string/glcontext_menu">
+ <menu>
+ <item
+ android:id="@+id/glcontext_opengles"
+ android:title="@string/glcontext_opengles"
+ android:checkable="true"
+ />
+ <item
+ android:id="@+id/glcontext_msaa4_opengles"
+ android:title="@string/glcontext_msaa4_opengles"
+ android:checkable="true"
+ />
+ <item
+ android:id="@+id/glcontext_opengl"
+ android:title="@string/glcontext_opengl"
+ android:checkable="true"
+ />
+ <item
+ android:id="@+id/glcontext_msaa4_opengl"
+ android:title="@string/glcontext_msaa4_opengl"
+ android:checkable="true"
+ />
+ </menu>
+ </item>
+ <item
android:id="@+id/save_to_pdf"
android:title="@string/save_to_pdf"
/>
« no previous file with comments | « platform_tools/android/app/jni/com_skia_SkiaSampleRenderer.cpp ('k') | platform_tools/android/app/res/values/strings.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698