From 2e0fe8db72b77ba394efe6f7b195ae4fe6dc2f4c Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Tue, 12 Jul 2011 20:59:23 +0000 Subject: Move the default Scrollbar implementation to 0.4 and update the C++ wrapper. TEST=ppapi tests BUG=none Review URL: http://codereview.chromium.org/7346015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92230 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/cpp/dev/scrollbar_dev.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ppapi/cpp') diff --git a/ppapi/cpp/dev/scrollbar_dev.cc b/ppapi/cpp/dev/scrollbar_dev.cc index 9ea2c14..1f873c0 100644 --- a/ppapi/cpp/dev/scrollbar_dev.cc +++ b/ppapi/cpp/dev/scrollbar_dev.cc @@ -38,7 +38,7 @@ Scrollbar_Dev::Scrollbar_Dev(const Scrollbar_Dev& other) uint32_t Scrollbar_Dev::GetThickness() { if (!has_interface()) return 0; - return get_interface()->GetThickness(); + return get_interface()->GetThickness(pp_resource()); } uint32_t Scrollbar_Dev::GetValue() { -- cgit v1.1