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

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

Issue 657163004: Fix Java indentation issues. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
Index: content/public/android/javatests/src/org/chromium/content/browser/VSyncMonitorTest.java
diff --git a/content/public/android/javatests/src/org/chromium/content/browser/VSyncMonitorTest.java b/content/public/android/javatests/src/org/chromium/content/browser/VSyncMonitorTest.java
index c22aae407e761789d96d86bae5ff3fa3a713d3f4..eca3f1c3b1dc8f0870d327f955ee2306c2bb0855 100644
--- a/content/public/android/javatests/src/org/chromium/content/browser/VSyncMonitorTest.java
+++ b/content/public/android/javatests/src/org/chromium/content/browser/VSyncMonitorTest.java
@@ -113,7 +113,7 @@ public class VSyncMonitorTest extends InstrumentationTestCase {
if (enableJBVSync) {
Context context = getInstrumentation().getContext();
float refreshRate = ((WindowManager) context.getSystemService(Context.WINDOW_SERVICE))
- .getDefaultDisplay().getRefreshRate();
+ .getDefaultDisplay().getRefreshRate();
if (refreshRate < 30.0f) {
// Reported refresh rate is most likely incorrect.
// Estimated vsync period is expected to be lower than (1000000 / 30) microseconds

Powered by Google App Engine
This is Rietveld 408576698