| Index: gpu/command_buffer/service/gles2_cmd_decoder.h
|
| ===================================================================
|
| --- gpu/command_buffer/service/gles2_cmd_decoder.h (revision 102160)
|
| +++ gpu/command_buffer/service/gles2_cmd_decoder.h (working copy)
|
| @@ -29,8 +29,8 @@
|
| class ContextGroup;
|
| class GLES2Util;
|
|
|
| -struct DisallowedExtensions {
|
| - DisallowedExtensions()
|
| +struct DisallowedFeatures {
|
| + DisallowedFeatures()
|
| : multisampling(false),
|
| driver_bug_workarounds(false) {
|
| }
|
| @@ -73,7 +73,7 @@
|
| virtual bool Initialize(const scoped_refptr<gfx::GLSurface>& surface,
|
| const scoped_refptr<gfx::GLContext>& context,
|
| const gfx::Size& size,
|
| - const DisallowedExtensions& disallowed_extensions,
|
| + const DisallowedFeatures& disallowed_features,
|
| const char* allowed_extensions,
|
| const std::vector<int32>& attribs) = 0;
|
|
|
|
|