| Index: ppapi/thunk/ppb_video_layer_thunk.cc
|
| diff --git a/ppapi/thunk/ppb_video_layer_thunk.cc b/ppapi/thunk/ppb_video_layer_thunk.cc
|
| index ea31b9fa327f58402b3164a97a3ed440cce8f507..82a3e6fed0319b7f91e29552641d5ade59357e6b 100644
|
| --- a/ppapi/thunk/ppb_video_layer_thunk.cc
|
| +++ b/ppapi/thunk/ppb_video_layer_thunk.cc
|
| @@ -73,7 +73,7 @@ const PPB_VideoLayer_Dev g_ppb_videolayer_thunk = {
|
|
|
| } // namespace
|
|
|
| -const PPB_VideoLayer_Dev* GetPPB_VideoLayer_Dev_Thunk() {
|
| +const PPB_VideoLayer_Dev_0_1* GetPPB_VideoLayer_Dev_0_1_Thunk() {
|
| return &g_ppb_videolayer_thunk;
|
| }
|
|
|
|
|