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

Unified Diff: content/browser/android/content_video_view.cc

Issue 125253006: Post-commit review fixes after r242570 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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 | « content/browser/android/content_video_view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/content_video_view.cc
diff --git a/content/browser/android/content_video_view.cc b/content/browser/android/content_video_view.cc
index d4ba77457595d348c75a5b85ec603e08dec1172f..9edadb4bf685d6903e18babd77a52d77ba236bae 100644
--- a/content/browser/android/content_video_view.cc
+++ b/content/browser/android/content_video_view.cc
@@ -199,12 +199,12 @@ JavaObjectWeakGlobalRef ContentVideoView::CreateJavaObject() {
ContentViewCoreImpl* content_view_core = manager_->GetContentViewCore();
JNIEnv *env = AttachCurrentThread();
return JavaObjectWeakGlobalRef(
- env,
- Java_ContentVideoView_createContentVideoView(
- env,
- content_view_core->GetContext().obj(),
- reinterpret_cast<intptr_t>(this),
- content_view_core->GetContentVideoViewClient().obj()).obj());
+ env,
+ Java_ContentVideoView_createContentVideoView(
+ env,
+ content_view_core->GetContext().obj(),
+ reinterpret_cast<intptr_t>(this),
+ content_view_core->GetContentVideoViewClient().obj()).obj());
}
void ContentVideoView::DestroyContentVideoView(bool native_view_destroyed) {
« no previous file with comments | « content/browser/android/content_video_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698