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

Unified Diff: cc/draw_quad_unittest.cc

Issue 11111005: Remove GraphicsContext3D:: stubs from cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again 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 aefe0394cf332dded28589130d80d9e670197b2f..e9f17223e1173528a66bc9b32eae7bb84a1f3c47 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