| Index: ppapi/thunk/ppb_graphics_2d_thunk.cc
|
| diff --git a/ppapi/thunk/ppb_graphics_2d_thunk.cc b/ppapi/thunk/ppb_graphics_2d_thunk.cc
|
| index df6d569b83d4596a64bea6f27274e2535046542b..727574cb9997ff918201d032e8123b83b240d169 100644
|
| --- a/ppapi/thunk/ppb_graphics_2d_thunk.cc
|
| +++ b/ppapi/thunk/ppb_graphics_2d_thunk.cc
|
| @@ -90,7 +90,7 @@ const PPB_Graphics2D g_ppb_graphics_2d_thunk = {
|
|
|
| } // namespace
|
|
|
| -const PPB_Graphics2D* GetPPB_Graphics2D_Thunk() {
|
| +const PPB_Graphics2D_1_0* GetPPB_Graphics2D_1_0_Thunk() {
|
| return &g_ppb_graphics_2d_thunk;
|
| }
|
|
|
|
|