summaryrefslogtreecommitdiff
path: root/native/webview
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2019-01-31 03:41:29 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-01-31 03:41:29 +0000
commite703b1985fdefd223eb8db6b9910a1e169bbc358 (patch)
treeacaf2e1e0c162469c63142f66bb2ad5a38a7212e /native/webview
parentfe05457c57177950ebc3b2a98d8b8f1b6dd8eeed (diff)
parentdec730fda539fa941f7db1b9ed231a4585654dbe (diff)
Merge "Enable vulkan webview draw functor"
Diffstat (limited to 'native/webview')
-rw-r--r--native/webview/plat_support/draw_functor.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/native/webview/plat_support/draw_functor.cpp b/native/webview/plat_support/draw_functor.cpp
index 6deb47f09347..e43a60c3f396 100644
--- a/native/webview/plat_support/draw_functor.cpp
+++ b/native/webview/plat_support/draw_functor.cpp
@@ -177,9 +177,6 @@ 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;