Revert "Enable vulkan webview draw functor"

This reverts commit dec730fda5.

Reason for revert: b/123877499

Change-Id: I14fc562c81f5ef5dab0f5404402b64858e54e364
This commit is contained in:
Bo Liu
2019-02-04 23:05:44 +00:00
parent dec730fda5
commit a2b2535bd7
2 changed files with 6 additions and 1 deletions

View File

@@ -163,6 +163,9 @@ int CreateFunctor(void* data, AwDrawFnFunctorCallbacks* functor_callbacks) {
webview_functor_callbacks.vk.initialize = &initializeVk;
webview_functor_callbacks.vk.draw = &drawVk;
webview_functor_callbacks.vk.postDraw = &postDrawVk;
// TODO(boliu): Remove this once SkiaRecordingCanvas::drawWebViewFunctor
// no longer uses GL interop.
webview_functor_callbacks.gles.draw = &draw_gl;
break;
}
callbacks_initialized = true;