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

Unified Diff: gpu/demos/mip_map_2d/main.cc

Issue 549071: Added variable name as required by style guide. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 11 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 | « gpu/demos/hello_triangle/main.cc ('k') | gpu/demos/simple_texture_2d/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/demos/mip_map_2d/main.cc
===================================================================
--- gpu/demos/mip_map_2d/main.cc (revision 36357)
+++ gpu/demos/mip_map_2d/main.cc (working copy)
@@ -17,7 +17,7 @@
bool Init();
protected:
- virtual void Draw(float);
+ virtual void Draw(float elapsed_sec);
private:
ESContext context_;
@@ -47,7 +47,7 @@
return true;
}
-void MipMap2D::Draw(float) {
+void MipMap2D::Draw(float /*elapsed_sec*/) {
mmDraw(&context_);
}
} // namespace gpu_demos
« no previous file with comments | « gpu/demos/hello_triangle/main.cc ('k') | gpu/demos/simple_texture_2d/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698