| Index: ppapi/proxy/ppb_font_proxy.h
|
| ===================================================================
|
| --- ppapi/proxy/ppb_font_proxy.h (revision 109476)
|
| +++ ppapi/proxy/ppb_font_proxy.h (working copy)
|
| @@ -19,12 +19,10 @@
|
| namespace ppapi {
|
| namespace proxy {
|
|
|
| -class SerializedVarReturnValue;
|
| -
|
| class PPB_Font_Proxy : public InterfaceProxy,
|
| public ppapi::thunk::PPB_Font_FunctionAPI {
|
| public:
|
| - PPB_Font_Proxy(Dispatcher* dispatcher);
|
| + explicit PPB_Font_Proxy(Dispatcher* dispatcher);
|
| virtual ~PPB_Font_Proxy();
|
|
|
| // FunctionGroupBase overrides.
|
|
|