OLD | NEW |
---|---|
1 | |
dmichael (off chromium)
2012/07/02 19:34:57
nit: got an extra line
| |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 2 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 3 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 4 // found in the LICENSE file. |
4 | 5 |
5 #include "webkit/plugins/ppapi/resource_creation_impl.h" | 6 #include "webkit/plugins/ppapi/resource_creation_impl.h" |
6 | 7 |
7 #include "ppapi/c/pp_size.h" | 8 #include "ppapi/c/pp_size.h" |
8 #include "ppapi/shared_impl/ppb_audio_config_shared.h" | 9 #include "ppapi/shared_impl/ppb_audio_config_shared.h" |
9 #include "ppapi/shared_impl/private/ppb_browser_font_trusted_shared.h" | 10 #include "ppapi/shared_impl/private/ppb_browser_font_trusted_shared.h" |
10 #include "ppapi/shared_impl/ppb_input_event_shared.h" | 11 #include "ppapi/shared_impl/ppb_input_event_shared.h" |
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
320 wheel_delta, wheel_ticks, scroll_by_page); | 321 wheel_delta, wheel_ticks, scroll_by_page); |
321 } | 322 } |
322 | 323 |
323 PP_Resource ResourceCreationImpl::CreateX509CertificatePrivate( | 324 PP_Resource ResourceCreationImpl::CreateX509CertificatePrivate( |
324 PP_Instance instance) { | 325 PP_Instance instance) { |
325 return PPB_X509Certificate_Private_Impl::CreateResource(instance); | 326 return PPB_X509Certificate_Private_Impl::CreateResource(instance); |
326 } | 327 } |
327 | 328 |
328 } // namespace ppapi | 329 } // namespace ppapi |
329 } // namespace webkit | 330 } // namespace webkit |
OLD | NEW |