summaryrefslogtreecommitdiffstats
path: root/ppapi
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi')
-rw-r--r--ppapi/proxy/ppb_context_3d_proxy.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/proxy/ppb_context_3d_proxy.cc b/ppapi/proxy/ppb_context_3d_proxy.cc
index 55df27b..11c8ebb 100644
--- a/ppapi/proxy/ppb_context_3d_proxy.cc
+++ b/ppapi/proxy/ppb_context_3d_proxy.cc
@@ -395,7 +395,7 @@ Context3D::Context3D(const HostResource& resource)
: PluginResource(resource),
draw_(NULL),
read_(NULL),
- transfer_buffer_id_(NULL) {
+ transfer_buffer_id_(0) {
}
Context3D::~Context3D() {