Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(337)

Side by Side Diff: webkit/plugins/ppapi/resource_creation_impl.cc

Issue 10578043: Hook up content/renderer to the PPAPI host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698