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

Unified Diff: ppapi/thunk/ppb_scrollbar_group_api.h

Issue 7538006: Pepper and WebKit API change to support a plugin knowing if a scrollbar is an overlay one. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Get rid of ScrollbarGroup's methods and the ResizeClient interface Created 9 years, 4 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 side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698