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

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

Issue 11366175: Remove temporary shim for ContentViewCore.updateVSync (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Also update findbugs_known_bugs.txt 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/ContentViewCore.java
diff --git a/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java b/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
index 19f8e285116451a34387715cedb76cc9fbda043f..9e6b6231a0d862f6f1465c5bdcfb316edb869ebe 100644
--- a/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
+++ b/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
@@ -2267,13 +2267,6 @@ public class ContentViewCore implements MotionEventDelegate {
}
}
- /**
- * Temporary shim for updateVSync.
- */
- public void UpdateVSync(long tickTimeMicros, long intervalMicros) {
- updateVSync(tickTimeMicros, intervalMicros);
- }
-
private native int nativeInit(boolean hardwareAccelerated, int webContentsPtr,
int windowAndroidPtr);
« 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