| 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 b4799019a9d80ae452471369228ca03249b6d8e1..44a559d9272a39c959bc7627c140541af8144d49 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
|
| @@ -206,6 +206,8 @@ public class ContentViewCore implements AccessibilityStateChangeListener, Screen
|
| /**
|
| * Returns interval between consecutive animation frames.
|
| */
|
| + // TODO(crbug.com/635567): Fix this properly.
|
| + @SuppressLint("ParcelCreator")
|
| private static class SystemAnimationIntervalProvider implements AnimationIntervalProvider {
|
| @Override
|
| public long getLastAnimationFrameInterval() {
|
| @@ -217,6 +219,8 @@ public class ContentViewCore implements AccessibilityStateChangeListener, Screen
|
| * {@ResultReceiver} passed in InputMethodManager#showSoftInput}. We need this to scroll to the
|
| * editable node at the right timing, which is after input method window shows up.
|
| */
|
| + // TODO(crbug.com/635567): Fix this properly.
|
| + @SuppressLint("ParcelCreator")
|
| private static class ShowKeyboardResultReceiver extends ResultReceiver {
|
|
|
| // Unfortunately, the memory life cycle of ResultReceiver object, once passed in
|
|
|