| Index: cc/bitmap_canvas_layer_texture_updater.cc
|
| diff --git a/cc/bitmap_canvas_layer_texture_updater.cc b/cc/bitmap_canvas_layer_texture_updater.cc
|
| index 397699580c617fccc513613bc1185d4272b31d4c..d469d3b3e6f593fdbba62e3a9007531b13edfa28 100644
|
| --- a/cc/bitmap_canvas_layer_texture_updater.cc
|
| +++ b/cc/bitmap_canvas_layer_texture_updater.cc
|
| @@ -49,7 +49,7 @@ scoped_ptr<LayerTextureUpdater::Texture> BitmapCanvasLayerTextureUpdater::create
|
| return scoped_ptr<LayerTextureUpdater::Texture>(new Texture(this, CCPrioritizedTexture::create(manager)));
|
| }
|
|
|
| -LayerTextureUpdater::SampledTexelFormat BitmapCanvasLayerTextureUpdater::sampledTexelFormat(GC3Denum textureFormat)
|
| +LayerTextureUpdater::SampledTexelFormat BitmapCanvasLayerTextureUpdater::sampledTexelFormat(GLenum textureFormat)
|
| {
|
| // The component order may be bgra if we uploaded bgra pixels to rgba textures.
|
| return PlatformColor::sameComponentOrder(textureFormat) ?
|
|
|