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

Unified Diff: core/cross/gl/primitive_gl.cc

Issue 3083012: Tidying up. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/o3d/
Patch Set: '' Created 10 years, 4 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 | « converter/cross/renderer_stub.cc ('k') | core/cross/message_queue.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/cross/gl/primitive_gl.cc
===================================================================
--- core/cross/gl/primitive_gl.cc (revision 55159)
+++ core/cross/gl/primitive_gl.cc (working copy)
@@ -85,7 +85,7 @@
EffectGL* effect_gl = down_cast<EffectGL*>(material->effect());
DLOG_ASSERT(effect_gl);
StreamBankGL* stream_bank_gl = down_cast<StreamBankGL*>(stream_bank());
- DLOG_ASSERT(stream_bank_gl);
+ DLOG_ASSERT(stream_bank_gl);
ParamCacheGL* param_cache_gl = down_cast<ParamCacheGL*>(param_cache);
ParamCacheGL::VaryingParameterMap& varying_map =
« no previous file with comments | « converter/cross/renderer_stub.cc ('k') | core/cross/message_queue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698