Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1119)

Unified Diff: cc/bitmap_canvas_layer_texture_updater.cc

Issue 11150025: Patch from https://codereview.chromium.org/11111005/ without actual file deletes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/bitmap_canvas_layer_texture_updater.h ('k') | cc/bitmap_skpicture_canvas_layer_texture_updater.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6afc8a3eca56272ae4367a46421ae66e22846f2a..5b7af4df87cf9f7ccc5980cbec997e21577f510c 100644
--- a/cc/bitmap_canvas_layer_texture_updater.cc
+++ b/cc/bitmap_canvas_layer_texture_updater.cc
@@ -49,7 +49,7 @@ PassOwnPtr<LayerTextureUpdater::Texture> BitmapCanvasLayerTextureUpdater::create
return adoptPtr(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) ?
« no previous file with comments | « cc/bitmap_canvas_layer_texture_updater.h ('k') | cc/bitmap_skpicture_canvas_layer_texture_updater.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698