summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/mock_resource.h
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-23 21:49:48 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-23 21:49:48 +0000
commit0b94c614fe0d76578a84b4e0543f58650d3ad49c (patch)
treef08dab436f29cd17bff34e5b80bf14ad62f00a2c /webkit/plugins/ppapi/mock_resource.h
parent4c75b2543443e1b9faca724fc665b0c0fc68c15f (diff)
downloadchromium_src-0b94c614fe0d76578a84b4e0543f58650d3ad49c.zip
chromium_src-0b94c614fe0d76578a84b4e0543f58650d3ad49c.tar.gz
chromium_src-0b94c614fe0d76578a84b4e0543f58650d3ad49c.tar.bz2
Make scrollbar GetThickness take a resource argument. This allows simlper
routing of the request using the new thunk system. Support for the old interface is kept to keep pdf and nacl building. This removes the old Resource type introspection since this was the last resource using it. TEST=it compiles BUG=non Review URL: http://codereview.chromium.org/7228003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90272 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/plugins/ppapi/mock_resource.h')
-rw-r--r--webkit/plugins/ppapi/mock_resource.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/plugins/ppapi/mock_resource.h b/webkit/plugins/ppapi/mock_resource.h
index cd84556..1368c4a 100644
--- a/webkit/plugins/ppapi/mock_resource.h
+++ b/webkit/plugins/ppapi/mock_resource.h
@@ -17,8 +17,6 @@ class MockResource : public Resource {
public:
MockResource(PluginInstance* instance) : Resource(instance) {}
virtual ~MockResource() {}
-
- virtual MockResource* AsMockResource();
};
} // namespace ppapi