Index: ppapi/thunk/ppb_scrollbar_group_api.h |
=================================================================== |
--- ppapi/thunk/ppb_scrollbar_group_api.h (revision 0) |
+++ ppapi/thunk/ppb_scrollbar_group_api.h (revision 0) |
@@ -0,0 +1,21 @@ |
+// Copyright (c) 2011 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. |
+ |
+#ifndef PPAPI_THUNK_PPB_SCROLLBAR_GROUP_API_H_ |
+#define PPAPI_THUNK_PPB_SCROLLBAR_GROUP_API_H_ |
+ |
+#include "ppapi/c/dev/ppb_scrollbar_group_dev.h" |
+ |
+namespace ppapi { |
+namespace thunk { |
+ |
+class PPB_ScrollbarGroup_API { |
brettw
2011/08/08 20:22:47
Can you add a comment here why this is necessary e
jam
2011/08/08 20:27:46
Done.
|
+ public: |
+ virtual ~PPB_ScrollbarGroup_API() {} |
+}; |
+ |
+} // namespace thunk |
+} // namespace ppapi |
+ |
+#endif // PPAPI_THUNK_PPB_SCROLLBAR_GROUP_API_H_ |
Property changes on: ppapi\thunk\ppb_scrollbar_group_api.h |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |