| Index: android_webview/native/aw_contents.h
|
| diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h
|
| index ddfeaf398ce21cb87650d9bb25935b6daaf569b4..1ce086206aac00f6348b70c95fb6e6be6b01ee72 100644
|
| --- a/android_webview/native/aw_contents.h
|
| +++ b/android_webview/native/aw_contents.h
|
| @@ -130,6 +130,7 @@ class AwContents : public FindHelper::Listener,
|
| void SendCheckRenderThreadResponsiveness(JNIEnv* env, jobject obj);
|
|
|
| void DrawGL(AwDrawGLInfo* draw_info);
|
| + void DrawGLForTesting(JNIEnv* env, jobject obj, jint width, jint height);
|
|
|
| void InvokeGeolocationCallback(JNIEnv* env,
|
| jobject obj,
|
|
|