summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl
diff options
context:
space:
mode:
authorbbudge@chromium.org <bbudge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-23 00:21:59 +0000
committerbbudge@chromium.org <bbudge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-23 00:21:59 +0000
commit703d90f3e4b26b91a68a455aed84a4a67a81a169 (patch)
tree0d9605077c1bda08ad1dd9bb09a9b456b1bf0acc /ppapi/shared_impl
parent935f5ffcc552daf1ea6c4551bce3888fb5a537a0 (diff)
downloadchromium_src-703d90f3e4b26b91a68a455aed84a4a67a81a169.zip
chromium_src-703d90f3e4b26b91a68a455aed84a4a67a81a169.tar.gz
chromium_src-703d90f3e4b26b91a68a455aed84a4a67a81a169.tar.bz2
Add PPB_MouseCursor interface proxy for the NaCl IPC proxy.
BUG=116317 TEST=browser_tests Review URL: https://codereview.chromium.org/11226017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163454 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/shared_impl')
-rw-r--r--ppapi/shared_impl/ppb_instance_shared.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ppapi/shared_impl/ppb_instance_shared.cc b/ppapi/shared_impl/ppb_instance_shared.cc
index 7a99a08..dd46bec3a 100644
--- a/ppapi/shared_impl/ppb_instance_shared.cc
+++ b/ppapi/shared_impl/ppb_instance_shared.cc
@@ -58,7 +58,6 @@ int32_t PPB_Instance_Shared::ValidateRequestInputEvents(
return PP_OK;
}
-#if !defined(OS_NACL)
bool PPB_Instance_Shared::ValidateSetCursorParams(PP_MouseCursor_Type type,
PP_Resource image,
const PP_Point* hot_spot) {
@@ -98,6 +97,5 @@ bool PPB_Instance_Shared::ValidateSetCursorParams(PP_MouseCursor_Type type,
return false;
return true;
}
-#endif // !defined(OS_NACL)
} // namespace ppapi