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

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

Issue 20017005: gpu: Refactor GpuMemoryBuffer framework for multi-process support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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
Index: gpu/command_buffer/common/gles2_cmd_utils.h
diff --git a/gpu/command_buffer/common/gles2_cmd_utils.h b/gpu/command_buffer/common/gles2_cmd_utils.h
index 4bc4b1b7fcc237f621285e6464f02b3258eb0517..b8619e61d3785dc4a619e4824faa34468defae08 100644
--- a/gpu/command_buffer/common/gles2_cmd_utils.h
+++ b/gpu/command_buffer/common/gles2_cmd_utils.h
@@ -174,9 +174,11 @@ class GLES2_UTILS_EXPORT GLES2Util {
int num_shader_binary_formats_;
};
-class GLES2_UTILS_EXPORT ContextCreationAttribParser {
+class GLES2_UTILS_EXPORT ContextCreationAttribHelper {
public:
- ContextCreationAttribParser();
+ ContextCreationAttribHelper();
+
+ void Serialize(std::vector<int32>* attribs);
bool Parse(const std::vector<int32>& attribs);
// -1 if invalid or unspecified.

Powered by Google App Engine
This is Rietveld 408576698