Commit fff41f16 authored by Bo Liu's avatar Bo Liu Committed by Commit Bot

weblayer: Add missing return

Change-Id: I975b7d0bbd7bc7c002954939563d5e54cdcbc1f0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227375Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: Bo <boliu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#774423}
parent c3b5aad8
......@@ -618,6 +618,7 @@ void TabImpl::CaptureScreenShot(
Java_TabImpl_runCaptureScreenShotCallback(
env, ScopedJavaLocalRef<jobject>(value_callback),
ScopedJavaLocalRef<jobject>(), static_cast<int>(error));
return;
}
rwhv->CopyFromSurface(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment