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

Unified Diff: gpu/demos/hello_triangle/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 | « no previous file | gpu/demos/mip_map_2d/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/demos/hello_triangle/main.cc
===================================================================
--- gpu/demos/hello_triangle/main.cc (revision 36357)
+++ gpu/demos/hello_triangle/main.cc (working copy)
@@ -19,7 +19,7 @@
bool Init();
protected:
- virtual void Draw(float);
+ virtual void Draw(float elapsed_sec);
private:
ESContext context_;
@@ -49,7 +49,7 @@
return true;
}
-void HelloTriangle::Draw(float) {
+void HelloTriangle::Draw(float /*elapsed_sec*/) {
htDraw(&context_);
}
} // namespace gpu_demos
« no previous file with comments | « no previous file | gpu/demos/mip_map_2d/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698