| 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 4a1a258db56fa60d3706cf7709e657af266bf3f2..ea31b9fa327f58402b3164a97a3ed440cce8f507 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_Thunk() {
|
| +const PPB_VideoLayer_Dev* GetPPB_VideoLayer_Dev_Thunk() {
|
| return &g_ppb_videolayer_thunk;
|
| }
|
|
|
|
|