Index: ppapi/thunk/ppb_graphics_3d_trusted_thunk.cc |
diff --git a/ppapi/thunk/ppb_graphics_3d_trusted_thunk.cc b/ppapi/thunk/ppb_graphics_3d_trusted_thunk.cc |
index 8933d12e2c10705640b1534e08ea3ac40fe2b481..48f6ed1d4d62739215573a00d4f41e8c90465ce0 100644 |
--- a/ppapi/thunk/ppb_graphics_3d_trusted_thunk.cc |
+++ b/ppapi/thunk/ppb_graphics_3d_trusted_thunk.cc |
@@ -23,7 +23,7 @@ PP_Graphics3DTrustedState GetErrorState() { |
PP_Resource CreateRaw(PP_Instance instance, |
PP_Resource share_context, |
const int32_t* attrib_list) { |
- EnterFunction<ResourceCreationAPI> enter(instance, true); |
+ EnterResourceCreation enter(instance); |
if (enter.failed()) |
return 0; |
return enter.functions()->CreateGraphics3DRaw( |