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

Unified Diff: content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java

Issue 11293170: Fix findbugs_diff in ContentVideoView.java. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync Created 8 years, 1 month 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 | « build/android/findbugs_filter/findbugs_known_bugs.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java
diff --git a/content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java b/content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java
index b1b3f72547abe860e3560b13853715d8366ec8e9..665b401bbeeb0128f276a4ee527c66c7214f975e 100644
--- a/content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java
+++ b/content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java
@@ -129,7 +129,7 @@ public class ContentVideoView extends FrameLayout implements MediaPlayerControl,
}
}
- private class ProgressView extends LinearLayout {
+ private static class ProgressView extends LinearLayout {
private ProgressBar mProgressBar;
private TextView mTextView;
@@ -148,7 +148,7 @@ public class ContentVideoView extends FrameLayout implements MediaPlayerControl,
}
}
- private class FullScreenMediaController extends MediaController {
+ private static class FullScreenMediaController extends MediaController {
View mVideoView;
« no previous file with comments | « build/android/findbugs_filter/findbugs_known_bugs.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698