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

Unified Diff: platform_tools/android/visualbench/jni/main.cpp

Issue 1241923002: Fix for android command line arguments to VisualBench (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « platform_tools/android/bin/android_launch_app ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/android/visualbench/jni/main.cpp
diff --git a/platform_tools/android/visualbench/jni/main.cpp b/platform_tools/android/visualbench/jni/main.cpp
index 3d7ceab9eb63a6a7f5ca651c75a213a52ee64895..2ea6b76b39220cf003f3c82a31d740c368ed67ea 100644
--- a/platform_tools/android/visualbench/jni/main.cpp
+++ b/platform_tools/android/visualbench/jni/main.cpp
@@ -90,7 +90,6 @@ void android_main(struct android_app* state) {
env->NewStringUTF("cmdLineFlags"));
if (jsParam1) {
const char* flags = env->GetStringUTFChars(jsParam1, 0);
- SkTArray<SkString> flagEntries;
SkStrSplit(flags, " ", &visualBenchState.fFlags);
env->ReleaseStringUTFChars(jsParam1, flags);
}
« no previous file with comments | « platform_tools/android/bin/android_launch_app ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698