Merge "[wv] Make WebViewRenderer ctor @SystemApi"

This commit is contained in:
Toby Sargeant
2019-01-22 11:52:02 +00:00
committed by Android (Google) Code Review
2 changed files with 7 additions and 0 deletions

View File

@@ -16,6 +16,8 @@
package android.webkit;
import android.annotation.SystemApi;
/**
* WebViewRenderer provides an opaque handle to a {@link WebView} renderer.
*/
@@ -40,6 +42,7 @@ public abstract class WebViewRenderer {
* This class cannot be created by applications.
* @hide
*/
@SystemApi
public WebViewRenderer() {
}
}