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

Unified Diff: android_webview/native/aw_contents.h

Issue 414503004: android: Use hw acceleration in android_webview_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months 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
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,

Powered by Google App Engine
This is Rietveld 408576698