Commit f55d9b83 authored by Bo Liu's avatar Bo Liu Committed by Commit Bot

android: Add override and remove a TODO

Now that O SDK is upstreamed.

Change-Id: I06f58795cfa85dd818eb096a54781f77faba316e
Reviewed-on: https://chromium-review.googlesource.com/762063Reviewed-by: default avatarChangwan Ryu <changwan@chromium.org>
Commit-Queue: Bo <boliu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#515412}
parent 7f3cdc3f
...@@ -13,8 +13,6 @@ import android.view.View; ...@@ -13,8 +13,6 @@ import android.view.View;
import android.view.ViewGroup; import android.view.ViewGroup;
import android.widget.FrameLayout; import android.widget.FrameLayout;
import org.chromium.base.annotations.UsedByReflection;
/** /**
* Manage multiple SurfaceViews for the compositor, so that transitions between * Manage multiple SurfaceViews for the compositor, so that transitions between
* surfaces with and without an alpha channel can be visually smooth. * surfaces with and without an alpha channel can be visually smooth.
...@@ -267,8 +265,7 @@ class CompositorSurfaceManager implements SurfaceHolder.Callback2 { ...@@ -267,8 +265,7 @@ class CompositorSurfaceManager implements SurfaceHolder.Callback2 {
// Intentionally not implemented. // Intentionally not implemented.
} }
// TODO(boliu): Mark this override instead. @Override
@UsedByReflection("Android")
public void surfaceRedrawNeededAsync(SurfaceHolder holder, Runnable drawingFinished) { public void surfaceRedrawNeededAsync(SurfaceHolder holder, Runnable drawingFinished) {
mClient.surfaceRedrawNeededAsync(holder, drawingFinished); mClient.surfaceRedrawNeededAsync(holder, drawingFinished);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment