From b9e86a733401dce38488331973ec0ec918e502a5 Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Thu, 26 Jul 2012 23:18:45 +0000 Subject: mac: Let Carbon plugin stuff buid with the 10.7 SDK QuickDraw.h is gone, but the frameworks still exports the symbols on 10.8. So just declare the functions for now, so that we can build with the 10.7 SDK. We can remove Carbon plugin support later. BUG=136844 TEST=none TBR=stuartmorgan,tony Review URL: https://chromiumcodereview.appspot.com/10826036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148647 0039d316-1c4b-4281-b951-d872f2087c98 --- content/plugin/plugin_interpose_util_mac.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/plugin/plugin_interpose_util_mac.h') diff --git a/content/plugin/plugin_interpose_util_mac.h b/content/plugin/plugin_interpose_util_mac.h index b98ed5c..3f9912c 100644 --- a/content/plugin/plugin_interpose_util_mac.h +++ b/content/plugin/plugin_interpose_util_mac.h @@ -9,6 +9,8 @@ #import "base/basictypes.h" +typedef struct Cursor Cursor; + // This is really a WebPluginDelegateImpl, but that class is private to the // framework, and these functions are called from a dylib. typedef void* OpaquePluginRef; -- cgit v1.1