| Index: ppapi/proxy/ppb_graphics_3d_proxy.cc
|
| diff --git a/ppapi/proxy/ppb_graphics_3d_proxy.cc b/ppapi/proxy/ppb_graphics_3d_proxy.cc
|
| index 11db5a160365f4945d6a2e83d57620b8b0ebfafc..ddacde6160653308006bf2ffbbbc12234f304db0 100644
|
| --- a/ppapi/proxy/ppb_graphics_3d_proxy.cc
|
| +++ b/ppapi/proxy/ppb_graphics_3d_proxy.cc
|
| @@ -294,7 +294,7 @@ void Graphics3D::PopAlreadyLocked() {
|
|
|
| PPB_Graphics3D_Proxy::PPB_Graphics3D_Proxy(Dispatcher* dispatcher)
|
| : InterfaceProxy(dispatcher),
|
| - callback_factory_(ALLOW_THIS_IN_INITIALIZER_LIST(this)) {
|
| + callback_factory_(this) {
|
| }
|
|
|
| PPB_Graphics3D_Proxy::~PPB_Graphics3D_Proxy() {
|
|
|