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

Unified Diff: android/animation_frame_time_histogram.cc

Issue 2050803003: Update to Chromium //base at Chromium commit e3a753f17bac62738b0dbf0b36510f767b081e4b. (Closed) Base URL: https://github.com/domokit/base.git@master
Patch Set: Created 4 years, 6 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 | « allocator/BUILD.gn ('k') | android/application_status_listener.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android/animation_frame_time_histogram.cc
diff --git a/android/animation_frame_time_histogram.cc b/android/animation_frame_time_histogram.cc
index 0d796193829ccebde22d7eadf7b30015ea27509f..2cf7516ff2bdfd8e8e144087686cb533b46d5adf 100644
--- a/android/animation_frame_time_histogram.cc
+++ b/android/animation_frame_time_histogram.cc
@@ -10,9 +10,9 @@
// static
void SaveHistogram(JNIEnv* env,
- jobject jcaller,
- jstring j_histogram_name,
- jlongArray j_frame_times_ms,
+ const JavaParamRef<jobject>& jcaller,
+ const JavaParamRef<jstring>& j_histogram_name,
+ const JavaParamRef<jlongArray>& j_frame_times_ms,
jint j_count) {
jlong *frame_times_ms = env->GetLongArrayElements(j_frame_times_ms, NULL);
std::string histogram_name = base::android::ConvertJavaStringToUTF8(
« no previous file with comments | « allocator/BUILD.gn ('k') | android/application_status_listener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698