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

Unified Diff: ppapi/proxy/ppb_graphics_3d_proxy.h

Issue 2129803002: Revert of pepper: parse context creation attrib list on the plugin side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gpu_pref_size_in_attrs
Patch Set: Created 4 years, 5 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 | « ppapi/proxy/ppapi_messages.h ('k') | ppapi/proxy/ppb_graphics_3d_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/ppb_graphics_3d_proxy.h
diff --git a/ppapi/proxy/ppb_graphics_3d_proxy.h b/ppapi/proxy/ppb_graphics_3d_proxy.h
index fc96a2e815d53790b92b5fbbe97494d562f83544..2a28fce80b8d239ecf917439c8b4380caa53bc0c 100644
--- a/ppapi/proxy/ppb_graphics_3d_proxy.h
+++ b/ppapi/proxy/ppb_graphics_3d_proxy.h
@@ -22,9 +22,6 @@
#include "ppapi/utility/completion_callback_factory.h"
namespace gpu {
-namespace gles2 {
-struct ContextCreationAttribHelper;
-}
struct Capabilities;
}
@@ -89,7 +86,7 @@
private:
void OnMsgCreate(PP_Instance instance,
HostResource share_context,
- const gpu::gles2::ContextCreationAttribHelper& attrib_helper,
+ const std::vector<int32_t>& attribs,
HostResource* result,
gpu::Capabilities* capabilities,
SerializedHandle* handle,
« no previous file with comments | « ppapi/proxy/ppapi_messages.h ('k') | ppapi/proxy/ppb_graphics_3d_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698