| Index: ppapi/thunk/interfaces_ppb_public_dev.h
|
| diff --git a/ppapi/thunk/interfaces_ppb_public_dev.h b/ppapi/thunk/interfaces_ppb_public_dev.h
|
| index 2aa7ea44763ad545e909a4d6f57e3daafb0441a2..33024fe4810d07066dac7cbd8d95c644ff97bf7e 100644
|
| --- a/ppapi/thunk/interfaces_ppb_public_dev.h
|
| +++ b/ppapi/thunk/interfaces_ppb_public_dev.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -47,6 +47,8 @@ UNPROXIED_IFACE(PPB_Instance, PPB_ZOOM_DEV_INTERFACE_0_2, PPB_Zoom_Dev)
|
| UNPROXIED_IFACE(PPB_LayerCompositor, PPB_LAYER_COMPOSITOR_DEV_INTERFACE_0_2,
|
| PPB_LayerCompositor_Dev)
|
| PROXIED_IFACE(NoAPIName, PPB_MEMORY_DEV_INTERFACE, PPB_Memory_Dev)
|
| +PROXIED_IFACE(NoAPIName, PPB_RESOURCEARRAY_DEV_INTERFACE_0_1,
|
| + PPB_ResourceArray_Dev)
|
| UNPROXIED_IFACE(PPB_Scrollbar, PPB_SCROLLBAR_DEV_INTERFACE_0_5,
|
| PPB_Scrollbar_Dev)
|
| PROXIED_IFACE(PPB_TextInput, PPB_TEXTINPUT_DEV_INTERFACE_0_1,
|
|
|