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

Side by Side Diff: webkit/glue/plugins/pepper_plugin_object.cc

Issue 5794003: Deinline even more destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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
« no previous file with comments | « webkit/glue/plugins/pepper_class.h ('k') | webkit/glue/plugins/plugin_group.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "webkit/glue/plugins/pepper_plugin_object.h" 5 #include "webkit/glue/plugins/pepper_plugin_object.h"
6 6
7 #include "base/logging.h" 7 #include "base/logging.h"
8 #include "base/ref_counted.h" 8 #include "base/ref_counted.h"
9 #include "base/scoped_ptr.h" 9 #include "base/scoped_ptr.h"
10 #include "base/string_number_conversions.h" 10 #include "base/string_number_conversions.h"
(...skipping 866 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 static PPB_Class interface = { 877 static PPB_Class interface = {
878 &Create, 878 &Create,
879 &Instantiate 879 &Instantiate
880 }; 880 };
881 return &interface; 881 return &interface;
882 } 882 }
883 883
884 // virtual 884 // virtual
885 VarObjectClass::~VarObjectClass() { } 885 VarObjectClass::~VarObjectClass() { }
886 886
887 VarObjectClass* VarObjectClass::AsVarObjectClass() {
888 return this;
889 }
890
887 } // namespace pepper 891 } // namespace pepper
OLDNEW
« no previous file with comments | « webkit/glue/plugins/pepper_class.h ('k') | webkit/glue/plugins/plugin_group.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698