| Index: ui/gl/gl_image_android_native_buffer.cc
|
| diff --git a/ui/gl/gl_image_android_native_buffer.cc b/ui/gl/gl_image_android_native_buffer.cc
|
| index 5e311eeef785a3934fc7604e35942498d81cc650..abb3a50140578e7517e74208b2c5c6706ec74d22 100644
|
| --- a/ui/gl/gl_image_android_native_buffer.cc
|
| +++ b/ui/gl/gl_image_android_native_buffer.cc
|
| @@ -110,6 +110,14 @@ void GLImageAndroidNativeBuffer::DidUseTexImage() {
|
| DCHECK_EQ(static_cast<GLenum>(GL_NO_ERROR), glGetError());
|
| }
|
|
|
| +bool GLImageAndroidNativeBuffer::ScheduleOverlayPlane(
|
| + int z_order,
|
| + OverlayTransform transform,
|
| + const Rect& bounds_rect,
|
| + const RectF& crop_rect) {
|
| + return false;
|
| +}
|
| +
|
| void GLImageAndroidNativeBuffer::SetReleaseAfterUse() {
|
| release_after_use_ = true;
|
| }
|
|
|