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

Unified Diff: gpu/command_buffer/common/logging.h

Issue 6393006: Fix compile warnings that break NaCl build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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/command_buffer/common/gles2_cmd_format.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/common/logging.h
diff --git a/gpu/command_buffer/common/logging.h b/gpu/command_buffer/common/logging.h
index 191f711a35215fb79616652a07b8b1dc12d3cc8f..c94bc7ab3bc2f84a0f8101f6cec79dd4ccf60edd 100644
--- a/gpu/command_buffer/common/logging.h
+++ b/gpu/command_buffer/common/logging.h
@@ -22,7 +22,7 @@ enum LogLevel {
INFO,
WARNING,
ERROR,
- FATAL,
+ FATAL
};
// This is a very simple logger for use in command buffer code. Common and
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_format.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698