summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl
diff options
context:
space:
mode:
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