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