| Index: webkit/plugins/ppapi/ppb_video_layer_impl.cc
|
| diff --git a/webkit/plugins/ppapi/ppb_video_layer_impl.cc b/webkit/plugins/ppapi/ppb_video_layer_impl.cc
|
| index aa90f13d8006fc9db438e6fec55696889a7bf8df..129509e78bfc7d87bccd621fccfe8f69dd14ae83 100644
|
| --- a/webkit/plugins/ppapi/ppb_video_layer_impl.cc
|
| +++ b/webkit/plugins/ppapi/ppb_video_layer_impl.cc
|
| @@ -14,7 +14,7 @@ namespace webkit {
|
| namespace ppapi {
|
|
|
| PPB_VideoLayer_Impl::PPB_VideoLayer_Impl(PP_Instance instance)
|
| - : Resource(instance) {
|
| + : Resource(::ppapi::OBJECT_IS_IMPL, instance) {
|
| }
|
|
|
| PPB_VideoLayer_Impl::~PPB_VideoLayer_Impl() {
|
|
|