Index: cc/trees/layer_tree_host_impl.cc |
diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc |
index e8155dd92037857b1194fa6918776d2c8fae88e8..8eed544268d625f6837f73f88c7def3a9a9a9293 100644 |
--- a/cc/trees/layer_tree_host_impl.cc |
+++ b/cc/trees/layer_tree_host_impl.cc |
@@ -111,12 +111,12 @@ unsigned GetMapImageTextureTarget(cc::ContextProvider* context_provider) { |
// TODO(reveman): Determine if GL_TEXTURE_EXTERNAL_OES works well on |
// Android before we enable this. crbug.com/322780 |
-#if !defined(OS_ANDROID) |
+ // #if !defined(OS_ANDROID) |
reveman
2014/02/26 08:02:34
Someone needs to take ownership of crbug.com/32278
|
if (context_provider->ContextCapabilities().gpu.egl_image_external) |
return GL_TEXTURE_EXTERNAL_OES; |
if (context_provider->ContextCapabilities().gpu.texture_rectangle) |
return GL_TEXTURE_RECTANGLE_ARB; |
-#endif |
+ // #endif |
return GL_TEXTURE_2D; |
} |