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

Unified Diff: android_webview/native/aw_contents.cc

Issue 608263002: gpu: Remove in-process GPU service support for CHROMIUM_image. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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.cc
diff --git a/android_webview/native/aw_contents.cc b/android_webview/native/aw_contents.cc
index 6be0974420ccb9773a0b7fb20eb3e304448e602d..0a4cbc9effa049516393e25049bad163193dd300 100644
--- a/android_webview/native/aw_contents.cc
+++ b/android_webview/native/aw_contents.cc
@@ -328,8 +328,6 @@ static void SetAwDrawSWFunctionTable(JNIEnv* env, jclass,
static void SetAwDrawGLFunctionTable(JNIEnv* env, jclass,
jlong function_table) {
- GpuMemoryBufferFactoryImpl::SetAwDrawGLFunctionTable(
- reinterpret_cast<AwDrawGLFunctionTable*>(function_table));
}
static jlong GetAwDrawGLFunction(JNIEnv* env, jclass) {

Powered by Google App Engine
This is Rietveld 408576698