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

Unified Diff: cc/draw_quad_unittest.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/direct_renderer.cc ('k') | cc/frame_buffer_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/draw_quad_unittest.cc
diff --git a/cc/draw_quad_unittest.cc b/cc/draw_quad_unittest.cc
index 0e1ef89cb66edc04d25b400c73d86e4b0b6e4d8a..90c4e0e46f0f1145120b64b1952618dd0155d546 100644
--- a/cc/draw_quad_unittest.cc
+++ b/cc/draw_quad_unittest.cc
@@ -256,7 +256,7 @@ TEST(CCDrawQuadTest, copyTileDrawQuad)
unsigned resourceId = 104;
IntPoint textureOffset(-31, 47);
IntSize textureSize(85, 32);
- GC3Dint textureFilter = 82;
+ GLint textureFilter = 82;
bool swizzleContents = true;
bool leftEdgeAA = true;
bool topEdgeAA = true;
« no previous file with comments | « cc/direct_renderer.cc ('k') | cc/frame_buffer_skpicture_canvas_layer_texture_updater.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698