Commit f09c9dc7 authored by Ted Meyer's avatar Ted Meyer Committed by Commit Bot

Fix status code

I suspect I pasted it and forgot to fix it originally.

Change-Id: Id883d47d5a8768c88d19056c24e0ab968a9e2dd8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2355095Reviewed-by: default avatarAndres Calderon Jaramillo <andrescj@chromium.org>
Commit-Queue: Ted Meyer <tmathmeyer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#798029}
parent df6bcecc
......@@ -63,7 +63,7 @@ Status VaapiTFPPicture::Initialize() {
if (!glx_image_->Initialize(x_pixmap_)) {
// x_pixmap_ will be freed in the destructor.
DLOG(ERROR) << "Failed creating a GLX Pixmap for TFP";
return StatusCode::kVaapiNoPixmap;
return StatusCode::kVaapiFailedToInitializeImage;
}
gl::ScopedTextureBinder texture_binder(texture_target_, texture_id_);
......
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