| Index: ui/gl/android/surface_texture.cc
|
| diff --git a/ui/gl/android/surface_texture.cc b/ui/gl/android/surface_texture.cc
|
| index 3f55cbdaa75d990b286a00d51385f4c831b2cf59..bf9012adeb048a507c008ba1d60d0d640a9ff6df 100644
|
| --- a/ui/gl/android/surface_texture.cc
|
| +++ b/ui/gl/android/surface_texture.cc
|
| @@ -15,8 +15,7 @@
|
| #include "ui/gl/android/surface_texture_listener.h"
|
| #include "ui/gl/gl_bindings.h"
|
|
|
| -// TODO(boliu): Remove this method when when we move off ICS. See
|
| -// http://crbug.com/161864.
|
| +// TODO(boliu): Remove this method when Chromium stops supporting ICS.
|
| bool GlContextMethodsAvailable() {
|
| bool available = base::android::BuildInfo::GetInstance()->sdk_int() >= 16;
|
| if (!available)
|
|
|