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

Unified Diff: gpu/command_buffer/service/context_group.h

Issue 1176523002: Code style fix. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/command_buffer/service/context_group.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/context_group.h
diff --git a/gpu/command_buffer/service/context_group.h b/gpu/command_buffer/service/context_group.h
index 5226aa10d6979643a41d48c5c737b263b52f5f96..b2daa4c6417f4b178ac7275840573d007baf6c58 100644
--- a/gpu/command_buffer/service/context_group.h
+++ b/gpu/command_buffer/service/context_group.h
@@ -45,10 +45,10 @@ struct DisallowedFeatures;
class GPU_EXPORT ContextGroup : public base::RefCounted<ContextGroup> {
public:
enum ContextType {
- kContextTypeWebGL1,
- kContextTypeWebGL2,
- kContextTypeOther,
- kContextTypeUndefined
+ CONTEXT_TYPE_WEBGL1,
+ CONTEXT_TYPE_WEBGL2,
+ CONTEXT_TYPE_OTHER,
+ CONTEXT_TYPE_UNDEFINED
};
static ContextType GetContextType(unsigned webgl_version);
« no previous file with comments | « no previous file | gpu/command_buffer/service/context_group.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698